Shades of Fiji Green #5D6F17
Tints of Fiji Green #5D6F17
RGB
CMYK
RGB Variations
Color information
#5D6F17 (or 0x5D6F17) is known color: Fiji Green. HEX triplet: 5D, 6F and 17. RGB value is (93,111,23). Sum of RGB (Red+Green+Blue) = 93+111+23=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6F17 is #A290E8. Grayscale: #5F5F5F. Windows color (decimal): -10653929 or 1535837. OLE color: 1535837.
HSL color Cylindrical-coordinate representation of color #5D6F17: hue angle of 72.27º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D6F17 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 111 | 23 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.56 |
| HSL | 72.27º | 0.66% | 0.26% | - |
| HSV(B) | 72.27º | 0.79% | 0.44% | - |
| XYZ | 10.35 | 13.76 | 2.92 | - |
| YUV | 95.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 111 | 23 | 0.16 | 0 | 0.79 | 0.56 | 72.27 | 0.66 | 0.26 |
| Hex | 5D | 6F | 17 | 10 | 0 | 4F | 38 | 48 | 42 | 1A |
| Octal | 135 | 157 | 27 | 20 | 0 | 117 | 70 | 110 | 102 | 32 |
| Binary | 1011101 | 1101111 | 10111 | 10000 | 0 | 1001111 | 111000 | 1001000 | 1000010 | 11010 |
Color Harmonies of #5D6F17
Complementary color
Monochromatic Colors of #5D6F17
Black with #5D6F17
Text Example
Text Example
White with #5D6F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6F17; }
p { color: rgb(93,111,23); }
H1.HeaderClassName
{
color: #5D6F17;
}
.AnyTagClassName
{
color: #5D6F17;
}
</style>
background-color css
<style>
a { background-color: #5D6F17; }
a { background-color: rgb(93,111,23); }
div.DivClassName
{
background-color: #5D6F17;
}
.BgClassName
{
background-color: #5D6F17;
}
</style>
border-color css
<style>
span { border-color: #5D6F17; }
span { border-color: rgb(93,111,23); }
td.TdClassName
{
border-color: #5D6F17;
}
.TagClassName
{
border-color: #5D6F17;
}
</style>