#5F6D04

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

Shades of Fiji Green #5F6D04

Tints of Fiji Green #5F6D04

Color information

#5F6D04 (or 0x5F6D04) is unknown color: approx Fiji Green. HEX triplet: 5F, 6D and 04. RGB value is (95,109,4). Sum of RGB (Red+Green+Blue) = 95+109+4=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6D04 is #A092FB. Grayscale: #5D5D5D. Windows color (decimal): -10523388 or 290143. OLE color: 290143.

HSL color Cylindrical-coordinate representation of color #5F6D04: hue angle of 68º 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 #5F6D04 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB951094-
CMYK0.1300.960.57
HSL68º92.92%22.16%-
HSV(B)68º96.33%42.75%-
XYZ10.2113.382.16-
YUV92.8477.86129.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.67%
GREEN value IS 109 (42.97% from 255) = 52.40%
BLUE value IS 4 (1.95% from 255) = 1.92%
R=45.67%
G=52.40%
B=1.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9510940.1300.960.576892.9222.16
Hex5F6D4D06039445d16
Octal13715541501407110413526
Binary101111111011011001101011000001110011000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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