Shades of Fiji Green #5D711E
Tints of Fiji Green #5D711E
RGB
CMYK
RGB Variations
Color information
#5D711E (or 0x5D711E) is known color: Fiji Green. HEX triplet: 5D, 71 and 1E. RGB value is (93,113,30). Sum of RGB (Red+Green+Blue) = 93+113+30=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #5D711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D711E is #A28EE1. Grayscale: #616161. Windows color (decimal): -10653410 or 1995101. OLE color: 1995101.
HSL color Cylindrical-coordinate representation of color #5D711E: hue angle of 74.46º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D711E is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 30 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.56 |
| HSL | 74.46º | 0.58% | 0.28% | - |
| HSV(B) | 74.46º | 0.73% | 0.44% | - |
| XYZ | 10.65 | 14.23 | 3.41 | - |
| YUV | 97.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 30 | 0.18 | 0 | 0.73 | 0.56 | 74.46 | 0.58 | 0.28 |
| Hex | 5D | 71 | 1E | 12 | 0 | 49 | 38 | 4A | 3A | 1C |
| Octal | 135 | 161 | 36 | 22 | 0 | 111 | 70 | 112 | 72 | 34 |
| Binary | 1011101 | 1110001 | 11110 | 10010 | 0 | 1001001 | 111000 | 1001010 | 111010 | 11100 |
Color Harmonies of #5D711E
Complementary color
Monochromatic Colors of #5D711E
Black with #5D711E
Text Example
Text Example
White with #5D711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D711E; }
p { color: rgb(93,113,30); }
H1.HeaderClassName
{
color: #5D711E;
}
.AnyTagClassName
{
color: #5D711E;
}
</style>
background-color css
<style>
a { background-color: #5D711E; }
a { background-color: rgb(93,113,30); }
div.DivClassName
{
background-color: #5D711E;
}
.BgClassName
{
background-color: #5D711E;
}
</style>
border-color css
<style>
span { border-color: #5D711E; }
span { border-color: rgb(93,113,30); }
td.TdClassName
{
border-color: #5D711E;
}
.TagClassName
{
border-color: #5D711E;
}
</style>