#5F6B19

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

Shades of Fiji Green #5F6B19

Tints of Fiji Green #5F6B19

Color information

#5F6B19 (or 0x5F6B19) is unknown color: approx Fiji Green. HEX triplet: 5F, 6B and 19. RGB value is (95,107,25). Sum of RGB (Red+Green+Blue) = 95+107+25=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6B19 is #A094E6. Grayscale: #5E5E5E. Windows color (decimal): -10523879 or 1665887. OLE color: 1665887.

HSL color Cylindrical-coordinate representation of color #5F6B19: hue angle of 68.78º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F6B19 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB9510725-
CMYK0.1100.770.58
HSL68.78º62.12%25.88%-
HSV(B)68.78º76.64%41.96%-
XYZ10.1513.022.9-
YUV94.0689.02128.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=41.85%
G=47.14%
B=11.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95107250.1100.770.5868.7862.1225.88
Hex5F6B19B04D3A453e1a
Octal13715331130115721057632
Binary1011111110101111001101101001101111010100010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,25); }

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

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

 a { background-color: rgb(95,107,25); }

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

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

 span { border-color: rgb(95,107,25); }

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