Shades of Fiji Green #5F6617
Tints of Fiji Green #5F6617
RGB
CMYK
RGB Variations
Color information
#5F6617 (or 0x5F6617) is known color: Fiji Green. HEX triplet: 5F, 66 and 17. RGB value is (95,102,23). Sum of RGB (Red+Green+Blue) = 95+102+23=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6617 is #A099E8. Grayscale: #5B5B5B. Windows color (decimal): -10525161 or 1533535. OLE color: 1533535.
HSL color Cylindrical-coordinate representation of color #5F6617: hue angle of 65.32º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F6617 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 23 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.6 |
| HSL | 65.32º | 0.63% | 0.25% | - |
| HSV(B) | 65.32º | 0.77% | 0.4% | - |
| XYZ | 9.63 | 12 | 2.62 | - |
| YUV | 90.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 23 | 0.07 | 0 | 0.77 | 0.6 | 65.32 | 0.63 | 0.25 |
| Hex | 5F | 66 | 17 | 7 | 0 | 4D | 3C | 41 | 3F | 19 |
| Octal | 137 | 146 | 27 | 7 | 0 | 115 | 74 | 101 | 77 | 31 |
| Binary | 1011111 | 1100110 | 10111 | 111 | 0 | 1001101 | 111100 | 1000001 | 111111 | 11001 |
Color Harmonies of #5F6617
Complementary color
Monochromatic Colors of #5F6617
Black with #5F6617
Text Example
Text Example
White with #5F6617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6617; }
p { color: rgb(95,102,23); }
H1.HeaderClassName
{
color: #5F6617;
}
.AnyTagClassName
{
color: #5F6617;
}
</style>
background-color css
<style>
a { background-color: #5F6617; }
a { background-color: rgb(95,102,23); }
div.DivClassName
{
background-color: #5F6617;
}
.BgClassName
{
background-color: #5F6617;
}
</style>
border-color css
<style>
span { border-color: #5F6617; }
span { border-color: rgb(95,102,23); }
td.TdClassName
{
border-color: #5F6617;
}
.TagClassName
{
border-color: #5F6617;
}
</style>