#5F721F

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

Shades of Fiji Green #5F721F

Tints of Fiji Green #5F721F

Color information

#5F721F (or 0x5F721F) is unknown color: approx Fiji Green. HEX triplet: 5F, 72 and 1F. RGB value is (95,114,31). Sum of RGB (Red+Green+Blue) = 95+114+31=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #5F721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F721F is #A08DE0. Grayscale: #636363. Windows color (decimal): -10522081 or 2060895. OLE color: 2060895.

HSL color Cylindrical-coordinate representation of color #5F721F: hue angle of 73.73º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F721F is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB9511431-
CMYK0.1700.730.55
HSL73.73º57.24%28.43%-
HSV(B)73.73º72.81%44.71%-
XYZ10.9814.573.53-
YUV98.8689.71125.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.58%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=39.58%
G=47.5%
B=12.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95114310.1700.730.5573.7357.2428.43
Hex5F721F11049374a391c
Octal13716237210111671127134
Binary10111111110010111111000101001001110111100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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