#60600C

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

Shades of Fiji Green #60600C

Tints of Fiji Green #60600C

Color information

#60600C (or 0x60600C) is unknown color: approx Fiji Green. HEX triplet: 60, 60 and 0C. RGB value is (96,96,12). Sum of RGB (Red+Green+Blue) = 96+96+12=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60600C is #9F9FF3. Grayscale: #565656. Windows color (decimal): -10461172 or 811104. OLE color: 811104.

HSL color Cylindrical-coordinate representation of color #60600C: hue angle of 60º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60600C is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB969612-
CMYK000.880.62
HSL60º77.78%21.18%-
HSV(B)60º87.5%37.65%-
XYZ9.0710.881.97-
YUV86.4286134.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=47.06%
G=47.06%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969612000.880.626077.7821.18
Hex6060C00583E3c4e15
Octal1401401400130767411625
Binary110000011000001100001011000111110111100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,96,12); }

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

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

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

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

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

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

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