#5F600E

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

Shades of Fiji Green #5F600E

Tints of Fiji Green #5F600E

Color information

#5F600E (or 0x5F600E) is unknown color: approx Fiji Green. HEX triplet: 5F, 60 and 0E. RGB value is (95,96,14). Sum of RGB (Red+Green+Blue) = 95+96+14=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #5F600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F600E is #A09FF1. Grayscale: #565656. Windows color (decimal): -10526706 or 942175. OLE color: 942175.

HSL color Cylindrical-coordinate representation of color #5F600E: hue angle of 60.73º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F600E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB959614-
CMYK0.0100.850.62
HSL60.73º74.55%21.57%-
HSV(B)60.73º85.42%37.65%-
XYZ8.9810.832.03-
YUV86.3587.17134.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=46.34%
G=46.83%
B=6.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596140.0100.850.6260.7374.5521.57
Hex5F60E10553E3d4b16
Octal1371401610125767511326
Binary101111111000001110101010101111110111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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