#5F701F

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

Shades of Fiji Green #5F701F

Tints of Fiji Green #5F701F

Color information

#5F701F (or 0x5F701F) is unknown color: approx Fiji Green. HEX triplet: 5F, 70 and 1F. RGB value is (95,112,31). Sum of RGB (Red+Green+Blue) = 95+112+31=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #5F701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F701F is #A08FE0. Grayscale: #616161. Windows color (decimal): -10522593 or 2060383. OLE color: 2060383.

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

Color convert

RGB9511231-
CMYK0.1500.720.56
HSL72.59º56.64%28.04%-
HSV(B)72.59º72.32%43.92%-
XYZ10.7614.123.45-
YUV97.6890.37126.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.92%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=39.92%
G=47.06%
B=13.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112310.1500.720.5672.5956.6428.04
Hex5F701FF0483849391c
Octal13716037170110701117134
Binary1011111111000011111111101001000111000100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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