Shades of Fiji Green #5F7419
Tints of Fiji Green #5F7419
RGB
CMYK
RGB Variations
Color information
#5F7419 (or 0x5F7419) is known color: Fiji Green. HEX triplet: 5F, 74 and 19. RGB value is (95,116,25). Sum of RGB (Red+Green+Blue) = 95+116+25=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7419 is #A08BE6. Grayscale: #636363. Windows color (decimal): -10521575 or 1668191. OLE color: 1668191.
HSL color Cylindrical-coordinate representation of color #5F7419: hue angle of 73.85º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F7419 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 25 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.55 |
| HSL | 73.85º | 0.65% | 0.28% | - |
| HSV(B) | 73.85º | 0.78% | 0.45% | - |
| XYZ | 11.14 | 14.99 | 3.23 | - |
| YUV | 99.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 25 | 0.18 | 0 | 0.78 | 0.55 | 73.85 | 0.65 | 0.28 |
| Hex | 5F | 74 | 19 | 12 | 0 | 4E | 37 | 4A | 41 | 1C |
| Octal | 137 | 164 | 31 | 22 | 0 | 116 | 67 | 112 | 101 | 34 |
| Binary | 1011111 | 1110100 | 11001 | 10010 | 0 | 1001110 | 110111 | 1001010 | 1000001 | 11100 |
Color Harmonies of #5F7419
Complementary color
Monochromatic Colors of #5F7419
Black with #5F7419
Text Example
Text Example
White with #5F7419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7419; }
p { color: rgb(95,116,25); }
H1.HeaderClassName
{
color: #5F7419;
}
.AnyTagClassName
{
color: #5F7419;
}
</style>
background-color css
<style>
a { background-color: #5F7419; }
a { background-color: rgb(95,116,25); }
div.DivClassName
{
background-color: #5F7419;
}
.BgClassName
{
background-color: #5F7419;
}
</style>
border-color css
<style>
span { border-color: #5F7419; }
span { border-color: rgb(95,116,25); }
td.TdClassName
{
border-color: #5F7419;
}
.TagClassName
{
border-color: #5F7419;
}
</style>