Shades of Fiji Green #5B6811
Tints of Fiji Green #5B6811
RGB
CMYK
RGB Variations
Color information
#5B6811 (or 0x5B6811) is known color: Fiji Green. HEX triplet: 5B, 68 and 11. RGB value is (91,104,17). Sum of RGB (Red+Green+Blue) = 91+104+17=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #5B6811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6811 is #A497EE. Grayscale: #5A5A5A. Windows color (decimal): -10786799 or 1140827. OLE color: 1140827.
HSL color Cylindrical-coordinate representation of color #5B6811: hue angle of 68.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B6811 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 17 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.59 |
| HSL | 68.97º | 0.72% | 0.24% | - |
| HSV(B) | 68.97º | 0.84% | 0.41% | - |
| XYZ | 9.37 | 12.17 | 2.38 | - |
| YUV | 90.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 17 | 0.12 | 0 | 0.84 | 0.59 | 68.97 | 0.72 | 0.24 |
| Hex | 5B | 68 | 11 | C | 0 | 54 | 3B | 45 | 48 | 18 |
| Octal | 133 | 150 | 21 | 14 | 0 | 124 | 73 | 105 | 110 | 30 |
| Binary | 1011011 | 1101000 | 10001 | 1100 | 0 | 1010100 | 111011 | 1000101 | 1001000 | 11000 |
Color Harmonies of #5B6811
Complementary color
Monochromatic Colors of #5B6811
Black with #5B6811
Text Example
Text Example
White with #5B6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6811; }
p { color: rgb(91,104,17); }
H1.HeaderClassName
{
color: #5B6811;
}
.AnyTagClassName
{
color: #5B6811;
}
</style>
background-color css
<style>
a { background-color: #5B6811; }
a { background-color: rgb(91,104,17); }
div.DivClassName
{
background-color: #5B6811;
}
.BgClassName
{
background-color: #5B6811;
}
</style>
border-color css
<style>
span { border-color: #5B6811; }
span { border-color: rgb(91,104,17); }
td.TdClassName
{
border-color: #5B6811;
}
.TagClassName
{
border-color: #5B6811;
}
</style>