#5F751F

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

Shades of Fiji Green #5F751F

Tints of Fiji Green #5F751F

Color information

#5F751F (or 0x5F751F) is unknown color: approx Fiji Green. HEX triplet: 5F, 75 and 1F. RGB value is (95,117,31). Sum of RGB (Red+Green+Blue) = 95+117+31=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #5F751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F751F is #A08AE0. Grayscale: #646464. Windows color (decimal): -10521313 or 2061663. OLE color: 2061663.

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

Color convert

RGB9511731-
CMYK0.1900.740.54
HSL75.35º58.11%29.02%-
HSV(B)75.35º73.5%45.88%-
XYZ11.3315.253.64-
YUV100.6288.71123.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=39.09%
G=48.15%
B=12.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95117310.1900.740.5475.3558.1129.02
Hex5F751F1304A364b3a1d
Octal13716537230112661137235
Binary10111111110101111111001101001010110110100101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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