#5F7008

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

Shades of Fiji Green #5F7008

Tints of Fiji Green #5F7008

Color information

#5F7008 (or 0x5F7008) is unknown color: approx Fiji Green. HEX triplet: 5F, 70 and 08. RGB value is (95,112,8). Sum of RGB (Red+Green+Blue) = 95+112+8=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7008 is #A08FF7. Grayscale: #5F5F5F. Windows color (decimal): -10522616 or 553055. OLE color: 553055.

HSL color Cylindrical-coordinate representation of color #5F7008: hue angle of 69.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F7008 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB951128-
CMYK0.1500.930.56
HSL69.81º86.67%23.53%-
HSV(B)69.81º92.86%43.92%-
XYZ10.5614.042.38-
YUV95.0678.87127.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.19%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=44.19%
G=52.09%
B=3.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9511280.1500.930.5669.8186.6723.53
Hex5F708F05D38465718
Octal137160101701357010612730
Binary1011111111000010001111010111011110001000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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