#5F7C11

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

Shades of Fiji Green #5F7C11

Tints of Fiji Green #5F7C11

Color information

#5F7C11 (or 0x5F7C11) is unknown color: approx Fiji Green. HEX triplet: 5F, 7C and 11. RGB value is (95,124,17). Sum of RGB (Red+Green+Blue) = 95+124+17=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7C11 is #A083EE. Grayscale: #676767. Windows color (decimal): -10519535 or 1145951. OLE color: 1145951.

HSL color Cylindrical-coordinate representation of color #5F7C11: hue angle of 76.26º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F7C11 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB9512417-
CMYK0.2300.860.51
HSL76.26º75.89%27.65%-
HSV(B)76.26º86.29%48.63%-
XYZ12.0316.893.16-
YUV103.1379.39122.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=40.25%
G=52.54%
B=7.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95124170.2300.860.5176.2675.8927.65
Hex5F7C1117056334c4c1c
Octal137174212701266311411434
Binary101111111111001000110111010101101100111001100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,124,17); }

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

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

 a { background-color: rgb(95,124,17); }

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

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

 span { border-color: rgb(95,124,17); }

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