Shades of Fiji Green #5D6111
Tints of Fiji Green #5D6111
RGB
CMYK
RGB Variations
Color information
#5D6111 (or 0x5D6111) is known color: Fiji Green. HEX triplet: 5D, 61 and 11. RGB value is (93,97,17). Sum of RGB (Red+Green+Blue) = 93+97+17=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6111 is #A29EEE. Grayscale: #575757. Windows color (decimal): -10657519 or 1139037. OLE color: 1139037.
HSL color Cylindrical-coordinate representation of color #5D6111: hue angle of 63º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D6111 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 17 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.62 |
| HSL | 63º | 0.7% | 0.22% | - |
| HSV(B) | 63º | 0.82% | 0.38% | - |
| XYZ | 8.89 | 10.92 | 2.17 | - |
| YUV | 86.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 17 | 0.04 | 0 | 0.82 | 0.62 | 63 | 0.7 | 0.22 |
| Hex | 5D | 61 | 11 | 4 | 0 | 52 | 3E | 3F | 46 | 16 |
| Octal | 135 | 141 | 21 | 4 | 0 | 122 | 76 | 77 | 106 | 26 |
| Binary | 1011101 | 1100001 | 10001 | 100 | 0 | 1010010 | 111110 | 111111 | 1000110 | 10110 |
Color Harmonies of #5D6111
Complementary color
Monochromatic Colors of #5D6111
Black with #5D6111
Text Example
Text Example
White with #5D6111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6111; }
p { color: rgb(93,97,17); }
H1.HeaderClassName
{
color: #5D6111;
}
.AnyTagClassName
{
color: #5D6111;
}
</style>
background-color css
<style>
a { background-color: #5D6111; }
a { background-color: rgb(93,97,17); }
div.DivClassName
{
background-color: #5D6111;
}
.BgClassName
{
background-color: #5D6111;
}
</style>
border-color css
<style>
span { border-color: #5D6111; }
span { border-color: rgb(93,97,17); }
td.TdClassName
{
border-color: #5D6111;
}
.TagClassName
{
border-color: #5D6111;
}
</style>