#66640F

Color #66640F Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #66640F

Tints of Fiji Green #66640F

Color information

#66640F (or 0x66640F) is unknown color: approx Fiji Green. HEX triplet: 66, 64 and 0F. RGB value is (102,100,15). Sum of RGB (Red+Green+Blue) = 102+100+15=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66640F is #999BF0. Grayscale: #5B5B5B. Windows color (decimal): -10066929 or 1008742. OLE color: 1008742.

HSL color Cylindrical-coordinate representation of color #66640F: hue angle of 58.62º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66640F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB10210015-
CMYK00.020.850.6
HSL58.62º74.36%22.94%-
HSV(B)58.62º85.29%40%-
XYZ10.1211.972.23-
YUV90.9185.16135.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 100 (39.45% from 255) = 46.08%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=47.00%
G=46.08%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021001500.020.850.658.6274.3622.94
Hex6664F02553C3b4a17
Octal1461441702125747311227
Binary1100110110010011110101010101111100111011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66640F; }

 p { color: rgb(102,100,15); }

 H1.HeaderClassName
 {
   color: #66640F;
 }
 .AnyTagClassName
 {
   color: #66640F;
 }
</style>
background-color css

<style>
 a { background-color: #66640F; }

 a { background-color: rgb(102,100,15); }

 div.DivClassName
 {
   background-color: #66640F;
 }
 .BgClassName
 {
   background-color: #66640F;
 }
</style>
border-color css

<style>
 span { border-color: #66640F; }

 span { border-color: rgb(102,100,15); }

 td.TdClassName
 {
   border-color: #66640F;
 }
 .TagClassName
 {
   border-color: #66640F;
 }
</style>