Shades of Fiji Green #5C6511
Tints of Fiji Green #5C6511
RGB
CMYK
RGB Variations
Color information
#5C6511 (or 0x5C6511) is known color: Fiji Green. HEX triplet: 5C, 65 and 11. RGB value is (92,101,17). Sum of RGB (Red+Green+Blue) = 92+101+17=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6511 is #A39AEE. Grayscale: #595959. Windows color (decimal): -10722031 or 1140060. OLE color: 1140060.
HSL color Cylindrical-coordinate representation of color #5C6511: hue angle of 66.43º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C6511 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 17 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.60 |
| HSL | 66.43º | 0.71% | 0.23% | - |
| HSV(B) | 66.43º | 0.83% | 0.4% | - |
| XYZ | 9.17 | 11.62 | 2.29 | - |
| YUV | 88.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 17 | 0.09 | 0 | 0.83 | 0.60 | 66.43 | 0.71 | 0.23 |
| Hex | 5C | 65 | 11 | 9 | 0 | 53 | 3C | 42 | 47 | 17 |
| Octal | 134 | 145 | 21 | 11 | 0 | 123 | 74 | 102 | 107 | 27 |
| Binary | 1011100 | 1100101 | 10001 | 1001 | 0 | 1010011 | 111100 | 1000010 | 1000111 | 10111 |
Color Harmonies of #5C6511
Complementary color
Monochromatic Colors of #5C6511
Black with #5C6511
Text Example
Text Example
White with #5C6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6511; }
p { color: rgb(92,101,17); }
H1.HeaderClassName
{
color: #5C6511;
}
.AnyTagClassName
{
color: #5C6511;
}
</style>
background-color css
<style>
a { background-color: #5C6511; }
a { background-color: rgb(92,101,17); }
div.DivClassName
{
background-color: #5C6511;
}
.BgClassName
{
background-color: #5C6511;
}
</style>
border-color css
<style>
span { border-color: #5C6511; }
span { border-color: rgb(92,101,17); }
td.TdClassName
{
border-color: #5C6511;
}
.TagClassName
{
border-color: #5C6511;
}
</style>