#5F7608

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

Shades of Fiji Green #5F7608

Tints of Fiji Green #5F7608

Color information

#5F7608 (or 0x5F7608) is unknown color: approx Fiji Green. HEX triplet: 5F, 76 and 08. RGB value is (95,118,8). Sum of RGB (Red+Green+Blue) = 95+118+8=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7608 is #A089F7. Grayscale: #626262. Windows color (decimal): -10521080 or 554591. OLE color: 554591.

HSL color Cylindrical-coordinate representation of color #5F7608: hue angle of 72.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F7608 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB951188-
CMYK0.1900.930.54
HSL72.55º87.3%24.71%-
HSV(B)72.55º93.22%46.27%-
XYZ11.2415.412.61-
YUV98.5876.88125.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.99%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=42.99%
G=53.39%
B=3.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9511880.1900.930.5472.5587.324.71
Hex5F7681305D36495719
Octal137166102301356611112731
Binary10111111110110100010011010111011101101001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,118,8); }

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

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

 a { background-color: rgb(95,118,8); }

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

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

 span { border-color: rgb(95,118,8); }

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