#5F600C

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

Shades of Fiji Green #5F600C

Tints of Fiji Green #5F600C

Color information

#5F600C (or 0x5F600C) is unknown color: approx Fiji Green. HEX triplet: 5F, 60 and 0C. RGB value is (95,96,12). Sum of RGB (Red+Green+Blue) = 95+96+12=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #5F600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F600C is #A09FF3. Grayscale: #565656. Windows color (decimal): -10526708 or 811103. OLE color: 811103.

HSL color Cylindrical-coordinate representation of color #5F600C: hue angle of 60.71º 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 #5F600C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB959612-
CMYK0.0100.880.62
HSL60.71º77.78%21.18%-
HSV(B)60.71º87.5%37.65%-
XYZ8.9710.831.96-
YUV86.1286.17134.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=46.80%
G=47.29%
B=5.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596120.0100.880.6260.7177.7821.18
Hex5F60C10583E3d4e15
Octal1371401410130767511625
Binary101111111000001100101011000111110111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F600C; }

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

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

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

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

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

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

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

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