#606604

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

Shades of Fiji Green #606604

Tints of Fiji Green #606604

Color information

#606604 (or 0x606604) is unknown color: approx Fiji Green. HEX triplet: 60, 66 and 04. RGB value is (96,102,4). Sum of RGB (Red+Green+Blue) = 96+102+4=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #606604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606604 is #9F99FB. Grayscale: #595959. Windows color (decimal): -10459644 or 288352. OLE color: 288352.

HSL color Cylindrical-coordinate representation of color #606604: hue angle of 63.67º 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 #606604 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB961024-
CMYK0.0600.960.6
HSL63.67º92.45%20.78%-
HSV(B)63.67º96.08%40%-
XYZ9.6121.92-
YUV89.0380.01132.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 102 (40.23% from 255) = 50.50%
BLUE value IS 4 (1.95% from 255) = 1.98%
R=47.52%
G=50.50%
B=1.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9610240.0600.960.663.6792.4520.78
Hex6066460603C405c15
Octal1401464601407410013425
Binary11000001100110100110011000001111001000000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606604; }

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

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

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

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

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

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

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

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