#66640C

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

Shades of Fiji Green #66640C

Tints of Fiji Green #66640C

Color information

#66640C (or 0x66640C) is unknown color: approx Fiji Green. HEX triplet: 66, 64 and 0C. RGB value is (102,100,12). Sum of RGB (Red+Green+Blue) = 102+100+12=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66640C is #999BF3. Grayscale: #5A5A5A. Windows color (decimal): -10066932 or 812134. OLE color: 812134.

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

Color convert

RGB10210012-
CMYK00.020.880.6
HSL58.67º78.95%22.35%-
HSV(B)58.67º88.24%40%-
XYZ10.111.972.12-
YUV90.5783.66136.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=47.66%
G=46.73%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021001200.020.880.658.6778.9522.35
Hex6664C02583C3b4f16
Octal1461441402130747311726
Binary1100110110010011000101011000111100111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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