Shades of Fiji Green #5C7711
Tints of Fiji Green #5C7711
RGB
CMYK
RGB Variations
Color information
#5C7711 (or 0x5C7711) is known color: Fiji Green. HEX triplet: 5C, 77 and 11. RGB value is (92,119,17). Sum of RGB (Red+Green+Blue) = 92+119+17=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7711 is #A388EE. Grayscale: #636363. Windows color (decimal): -10717423 or 1144668. OLE color: 1144668.
HSL color Cylindrical-coordinate representation of color #5C7711: hue angle of 75.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C7711 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 17 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.53 |
| HSL | 75.88º | 0.75% | 0.27% | - |
| HSV(B) | 75.88º | 0.86% | 0.47% | - |
| XYZ | 11.11 | 15.51 | 2.94 | - |
| YUV | 99.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 17 | 0.23 | 0 | 0.86 | 0.53 | 75.88 | 0.75 | 0.27 |
| Hex | 5C | 77 | 11 | 17 | 0 | 56 | 35 | 4C | 4B | 1B |
| Octal | 134 | 167 | 21 | 27 | 0 | 126 | 65 | 114 | 113 | 33 |
| Binary | 1011100 | 1110111 | 10001 | 10111 | 0 | 1010110 | 110101 | 1001100 | 1001011 | 11011 |
Color Harmonies of #5C7711
Complementary color
Monochromatic Colors of #5C7711
Black with #5C7711
Text Example
Text Example
White with #5C7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7711; }
p { color: rgb(92,119,17); }
H1.HeaderClassName
{
color: #5C7711;
}
.AnyTagClassName
{
color: #5C7711;
}
</style>
background-color css
<style>
a { background-color: #5C7711; }
a { background-color: rgb(92,119,17); }
div.DivClassName
{
background-color: #5C7711;
}
.BgClassName
{
background-color: #5C7711;
}
</style>
border-color css
<style>
span { border-color: #5C7711; }
span { border-color: rgb(92,119,17); }
td.TdClassName
{
border-color: #5C7711;
}
.TagClassName
{
border-color: #5C7711;
}
</style>