Shades of Fiji Green #5D7112
Tints of Fiji Green #5D7112
RGB
CMYK
RGB Variations
Color information
#5D7112 (or 0x5D7112) is known color: Fiji Green. HEX triplet: 5D, 71 and 12. RGB value is (93,113,18). Sum of RGB (Red+Green+Blue) = 93+113+18=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #5D7112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7112 is #A28EED. Grayscale: #606060. Windows color (decimal): -10653422 or 1208669. OLE color: 1208669.
HSL color Cylindrical-coordinate representation of color #5D7112: hue angle of 72.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D7112 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 18 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.56 |
| HSL | 72.63º | 0.73% | 0.26% | - |
| HSV(B) | 72.63º | 0.84% | 0.44% | - |
| XYZ | 10.53 | 14.18 | 2.75 | - |
| YUV | 96.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 18 | 0.18 | 0 | 0.84 | 0.56 | 72.63 | 0.73 | 0.26 |
| Hex | 5D | 71 | 12 | 12 | 0 | 54 | 38 | 49 | 49 | 1A |
| Octal | 135 | 161 | 22 | 22 | 0 | 124 | 70 | 111 | 111 | 32 |
| Binary | 1011101 | 1110001 | 10010 | 10010 | 0 | 1010100 | 111000 | 1001001 | 1001001 | 11010 |
Color Harmonies of #5D7112
Complementary color
Monochromatic Colors of #5D7112
Black with #5D7112
Text Example
Text Example
White with #5D7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7112; }
p { color: rgb(93,113,18); }
H1.HeaderClassName
{
color: #5D7112;
}
.AnyTagClassName
{
color: #5D7112;
}
</style>
background-color css
<style>
a { background-color: #5D7112; }
a { background-color: rgb(93,113,18); }
div.DivClassName
{
background-color: #5D7112;
}
.BgClassName
{
background-color: #5D7112;
}
</style>
border-color css
<style>
span { border-color: #5D7112; }
span { border-color: rgb(93,113,18); }
td.TdClassName
{
border-color: #5D7112;
}
.TagClassName
{
border-color: #5D7112;
}
</style>