#666204

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

Shades of Fiji Green #666204

Tints of Fiji Green #666204

Color information

#666204 (or 0x666204) is unknown color: approx Fiji Green. HEX triplet: 66, 62 and 04. RGB value is (102,98,4). Sum of RGB (Red+Green+Blue) = 102+98+4=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #666204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666204 is #999DFB. Grayscale: #585858. Windows color (decimal): -10067452 or 287334. OLE color: 287334.

HSL color Cylindrical-coordinate representation of color #666204: hue angle of 57.55º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #666204 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102984-
CMYK00.040.960.6
HSL57.55º92.45%20.78%-
HSV(B)57.55º96.08%40%-
XYZ9.8711.571.83-
YUV88.4880.33137.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=50%
G=48.04%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298400.040.960.657.5592.4520.78
Hex6662404603C3a5c15
Octal146142404140747213425
Binary1100110110001010001001100000111100111010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666204; }

 p { color: rgb(102,98,4); }

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

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

 a { background-color: rgb(102,98,4); }

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

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

 span { border-color: rgb(102,98,4); }

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