#666c20

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

Shades of Fiji Green #666C20

Tints of Fiji Green #666C20

Color information

#666C20 (or 0x666C20) is unknown color: approx Fiji Green. HEX triplet: 66, 6C and 20. RGB value is (102,108,32). Sum of RGB (Red+Green+Blue) = 102+108+32=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #666C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666C20 is #9993DF. Grayscale: #616161. Windows color (decimal): -10064864 or 2124902. OLE color: 2124902.

HSL color Cylindrical-coordinate representation of color #666C20: hue angle of 64.74º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #666C20 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB10210832-
CMYK0.0600.700.58
HSL64.74º54.29%27.45%-
HSV(B)64.74º70.37%42.35%-
XYZ11.113.653.42-
YUV97.5491.01131.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=42.15%
G=44.63%
B=13.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102108320.0600.700.5864.7454.2927.45
Hex666C2060463A41361b
Octal1461544060106721016633
Binary1100110110110010000011001000110111010100000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666c20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666c20; }

 p { color: rgb(102,108,32); }

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

<style>
 a { background-color: #666c20; }

 a { background-color: rgb(102,108,32); }

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

<style>
 span { border-color: #666c20; }

 span { border-color: rgb(102,108,32); }

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