Shades of Fiji Green #5F6417
Tints of Fiji Green #5F6417
RGB
CMYK
RGB Variations
Color information
#5F6417 (or 0x5F6417) is known color: Fiji Green. HEX triplet: 5F, 64 and 17. RGB value is (95,100,23). Sum of RGB (Red+Green+Blue) = 95+100+23=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #5F6417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6417 is #A09BE8. Grayscale: #5A5A5A. Windows color (decimal): -10525673 or 1533023. OLE color: 1533023.
HSL color Cylindrical-coordinate representation of color #5F6417: hue angle of 63.9º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F6417 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 23 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.61 |
| HSL | 63.9º | 0.63% | 0.24% | - |
| HSV(B) | 63.9º | 0.77% | 0.39% | - |
| XYZ | 9.43 | 11.61 | 2.55 | - |
| YUV | 89.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 23 | 0.05 | 0 | 0.77 | 0.61 | 63.9 | 0.63 | 0.24 |
| Hex | 5F | 64 | 17 | 5 | 0 | 4D | 3D | 40 | 3F | 18 |
| Octal | 137 | 144 | 27 | 5 | 0 | 115 | 75 | 100 | 77 | 30 |
| Binary | 1011111 | 1100100 | 10111 | 101 | 0 | 1001101 | 111101 | 1000000 | 111111 | 11000 |
Color Harmonies of #5F6417
Complementary color
Monochromatic Colors of #5F6417
Black with #5F6417
Text Example
Text Example
White with #5F6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6417; }
p { color: rgb(95,100,23); }
H1.HeaderClassName
{
color: #5F6417;
}
.AnyTagClassName
{
color: #5F6417;
}
</style>
background-color css
<style>
a { background-color: #5F6417; }
a { background-color: rgb(95,100,23); }
div.DivClassName
{
background-color: #5F6417;
}
.BgClassName
{
background-color: #5F6417;
}
</style>
border-color css
<style>
span { border-color: #5F6417; }
span { border-color: rgb(95,100,23); }
td.TdClassName
{
border-color: #5F6417;
}
.TagClassName
{
border-color: #5F6417;
}
</style>