#606612

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

Shades of Fiji Green #606612

Tints of Fiji Green #606612

Color information

#606612 (or 0x606612) is unknown color: approx Fiji Green. HEX triplet: 60, 66 and 12. RGB value is (96,102,18). Sum of RGB (Red+Green+Blue) = 96+102+18=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #606612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606612 is #9F99ED. Grayscale: #5A5A5A. Windows color (decimal): -10459630 or 1205856. OLE color: 1205856.

HSL color Cylindrical-coordinate representation of color #606612: hue angle of 64.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #606612 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB9610218-
CMYK0.0600.820.6
HSL64.29º70%23.53%-
HSV(B)64.29º82.35%40%-
XYZ9.6812.032.38-
YUV90.6387.01131.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=44.44%
G=47.22%
B=8.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96102180.0600.820.664.297023.53
Hex60661260523C404618
Octal14014622601227410010630
Binary1100000110011010010110010100101111001000000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606612; }

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

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

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

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

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

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

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

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