#5F7C05

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

Shades of Fiji Green #5F7C05

Tints of Fiji Green #5F7C05

Color information

#5F7C05 (or 0x5F7C05) is unknown color: approx Fiji Green. HEX triplet: 5F, 7C and 05. RGB value is (95,124,5). Sum of RGB (Red+Green+Blue) = 95+124+5=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7C05 is #A083FA. Grayscale: #666666. Windows color (decimal): -10519547 or 359519. OLE color: 359519.

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

Color convert

RGB951245-
CMYK0.2300.960.51
HSL74.62º92.25%25.29%-
HSV(B)74.62º95.97%48.63%-
XYZ11.9516.862.77-
YUV101.7673.39123.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.41%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=42.41%
G=55.36%
B=2.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9512450.2300.960.5174.6292.2525.29
Hex5F7C517060334b5c19
Octal13717452701406311313431
Binary1011111111110010110111011000001100111001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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