Shades of Fiji Green #5C6211
Tints of Fiji Green #5C6211
RGB
CMYK
RGB Variations
Color information
#5C6211 (or 0x5C6211) is known color: Fiji Green. HEX triplet: 5C, 62 and 11. RGB value is (92,98,17). Sum of RGB (Red+Green+Blue) = 92+98+17=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6211 is #A39DEE. Grayscale: #575757. Windows color (decimal): -10722799 or 1139292. OLE color: 1139292.
HSL color Cylindrical-coordinate representation of color #5C6211: hue angle of 64.44º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C6211 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 17 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.62 |
| HSL | 64.44º | 0.7% | 0.23% | - |
| HSV(B) | 64.44º | 0.83% | 0.38% | - |
| XYZ | 8.88 | 11.05 | 2.2 | - |
| YUV | 86.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 17 | 0.06 | 0 | 0.83 | 0.62 | 64.44 | 0.7 | 0.23 |
| Hex | 5C | 62 | 11 | 6 | 0 | 53 | 3E | 40 | 46 | 17 |
| Octal | 134 | 142 | 21 | 6 | 0 | 123 | 76 | 100 | 106 | 27 |
| Binary | 1011100 | 1100010 | 10001 | 110 | 0 | 1010011 | 111110 | 1000000 | 1000110 | 10111 |
Color Harmonies of #5C6211
Complementary color
Monochromatic Colors of #5C6211
Black with #5C6211
Text Example
Text Example
White with #5C6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6211; }
p { color: rgb(92,98,17); }
H1.HeaderClassName
{
color: #5C6211;
}
.AnyTagClassName
{
color: #5C6211;
}
</style>
background-color css
<style>
a { background-color: #5C6211; }
a { background-color: rgb(92,98,17); }
div.DivClassName
{
background-color: #5C6211;
}
.BgClassName
{
background-color: #5C6211;
}
</style>
border-color css
<style>
span { border-color: #5C6211; }
span { border-color: rgb(92,98,17); }
td.TdClassName
{
border-color: #5C6211;
}
.TagClassName
{
border-color: #5C6211;
}
</style>