Shades of Fiji Green #5D6917
Tints of Fiji Green #5D6917
RGB
CMYK
RGB Variations
Color information
#5D6917 (or 0x5D6917) is known color: Fiji Green. HEX triplet: 5D, 69 and 17. RGB value is (93,105,23). Sum of RGB (Red+Green+Blue) = 93+105+23=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #5D6917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6917 is #A296E8. Grayscale: #5C5C5C. Windows color (decimal): -10655465 or 1534301. OLE color: 1534301.
HSL color Cylindrical-coordinate representation of color #5D6917: hue angle of 68.78º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D6917 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 105 | 23 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.59 |
| HSL | 68.78º | 0.64% | 0.25% | - |
| HSV(B) | 68.78º | 0.78% | 0.41% | - |
| XYZ | 9.72 | 12.49 | 2.71 | - |
| YUV | 92.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 105 | 23 | 0.11 | 0 | 0.78 | 0.59 | 68.78 | 0.64 | 0.25 |
| Hex | 5D | 69 | 17 | B | 0 | 4E | 3B | 45 | 40 | 19 |
| Octal | 135 | 151 | 27 | 13 | 0 | 116 | 73 | 105 | 100 | 31 |
| Binary | 1011101 | 1101001 | 10111 | 1011 | 0 | 1001110 | 111011 | 1000101 | 1000000 | 11001 |
Color Harmonies of #5D6917
Complementary color
Monochromatic Colors of #5D6917
Black with #5D6917
Text Example
Text Example
White with #5D6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6917; }
p { color: rgb(93,105,23); }
H1.HeaderClassName
{
color: #5D6917;
}
.AnyTagClassName
{
color: #5D6917;
}
</style>
background-color css
<style>
a { background-color: #5D6917; }
a { background-color: rgb(93,105,23); }
div.DivClassName
{
background-color: #5D6917;
}
.BgClassName
{
background-color: #5D6917;
}
</style>
border-color css
<style>
span { border-color: #5D6917; }
span { border-color: rgb(93,105,23); }
td.TdClassName
{
border-color: #5D6917;
}
.TagClassName
{
border-color: #5D6917;
}
</style>