#5F6E04

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

Shades of Fiji Green #5F6E04

Tints of Fiji Green #5F6E04

Color information

#5F6E04 (or 0x5F6E04) is unknown color: approx Fiji Green. HEX triplet: 5F, 6E and 04. RGB value is (95,110,4). Sum of RGB (Red+Green+Blue) = 95+110+4=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6E04 is #A091FB. Grayscale: #5D5D5D. Windows color (decimal): -10523132 or 290399. OLE color: 290399.

HSL color Cylindrical-coordinate representation of color #5F6E04: hue angle of 68.49º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F6E04 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB951104-
CMYK0.1400.960.57
HSL68.49º92.98%22.35%-
HSV(B)68.49º96.36%43.14%-
XYZ10.3213.592.19-
YUV93.4377.53129.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 110 (43.36% from 255) = 52.63%
BLUE value IS 4 (1.95% from 255) = 1.91%
R=45.45%
G=52.63%
B=1.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9511040.1400.960.5768.4992.9822.35
Hex5F6E4E06039445d16
Octal13715641601407110413526
Binary101111111011101001110011000001110011000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,4); }

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

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

 a { background-color: rgb(95,110,4); }

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

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

 span { border-color: rgb(95,110,4); }

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