Shades of Fiji Green #5F6D19
Tints of Fiji Green #5F6D19
RGB
CMYK
RGB Variations
Color information
#5F6D19 (or 0x5F6D19) is known color: Fiji Green. HEX triplet: 5F, 6D and 19. RGB value is (95,109,25). Sum of RGB (Red+Green+Blue) = 95+109+25=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6D19 is #A092E6. Grayscale: #5F5F5F. Windows color (decimal): -10523367 or 1666399. OLE color: 1666399.
HSL color Cylindrical-coordinate representation of color #5F6D19: hue angle of 70º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F6D19 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 109 | 25 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.57 |
| HSL | 70º | 0.63% | 0.26% | - |
| HSV(B) | 70º | 0.77% | 0.43% | - |
| XYZ | 10.36 | 13.44 | 2.97 | - |
| YUV | 95.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 109 | 25 | 0.13 | 0 | 0.77 | 0.57 | 70 | 0.63 | 0.26 |
| Hex | 5F | 6D | 19 | D | 0 | 4D | 39 | 46 | 3F | 1A |
| Octal | 137 | 155 | 31 | 15 | 0 | 115 | 71 | 106 | 77 | 32 |
| Binary | 1011111 | 1101101 | 11001 | 1101 | 0 | 1001101 | 111001 | 1000110 | 111111 | 11010 |
Color Harmonies of #5F6D19
Complementary color
Monochromatic Colors of #5F6D19
Black with #5F6D19
Text Example
Text Example
White with #5F6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6D19; }
p { color: rgb(95,109,25); }
H1.HeaderClassName
{
color: #5F6D19;
}
.AnyTagClassName
{
color: #5F6D19;
}
</style>
background-color css
<style>
a { background-color: #5F6D19; }
a { background-color: rgb(95,109,25); }
div.DivClassName
{
background-color: #5F6D19;
}
.BgClassName
{
background-color: #5F6D19;
}
</style>
border-color css
<style>
span { border-color: #5F6D19; }
span { border-color: rgb(95,109,25); }
td.TdClassName
{
border-color: #5F6D19;
}
.TagClassName
{
border-color: #5F6D19;
}
</style>