Shades of Fiji Green #5D711B
Tints of Fiji Green #5D711B
RGB
CMYK
RGB Variations
Color information
#5D711B (or 0x5D711B) is known color: Fiji Green. HEX triplet: 5D, 71 and 1B. RGB value is (93,113,27). Sum of RGB (Red+Green+Blue) = 93+113+27=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #5D711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D711B is #A28EE4. Grayscale: #616161. Windows color (decimal): -10653413 or 1798493. OLE color: 1798493.
HSL color Cylindrical-coordinate representation of color #5D711B: hue angle of 73.95º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D711B is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 27 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.56 |
| HSL | 73.95º | 0.61% | 0.27% | - |
| HSV(B) | 73.95º | 0.76% | 0.44% | - |
| XYZ | 10.62 | 14.22 | 3.22 | - |
| YUV | 97.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 27 | 0.18 | 0 | 0.76 | 0.56 | 73.95 | 0.61 | 0.27 |
| Hex | 5D | 71 | 1B | 12 | 0 | 4C | 38 | 4A | 3D | 1B |
| Octal | 135 | 161 | 33 | 22 | 0 | 114 | 70 | 112 | 75 | 33 |
| Binary | 1011101 | 1110001 | 11011 | 10010 | 0 | 1001100 | 111000 | 1001010 | 111101 | 11011 |
Color Harmonies of #5D711B
Complementary color
Monochromatic Colors of #5D711B
Black with #5D711B
Text Example
Text Example
White with #5D711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D711B; }
p { color: rgb(93,113,27); }
H1.HeaderClassName
{
color: #5D711B;
}
.AnyTagClassName
{
color: #5D711B;
}
</style>
background-color css
<style>
a { background-color: #5D711B; }
a { background-color: rgb(93,113,27); }
div.DivClassName
{
background-color: #5D711B;
}
.BgClassName
{
background-color: #5D711B;
}
</style>
border-color css
<style>
span { border-color: #5D711B; }
span { border-color: rgb(93,113,27); }
td.TdClassName
{
border-color: #5D711B;
}
.TagClassName
{
border-color: #5D711B;
}
</style>