Shades of Fiji Green #5B600E
Tints of Fiji Green #5B600E
RGB
CMYK
RGB Variations
Color information
#5B600E (or 0x5B600E) is known color: Fiji Green. HEX triplet: 5B, 60 and 0E. RGB value is (91,96,14). Sum of RGB (Red+Green+Blue) = 91+96+14=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #5B600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B600E is #A49FF1. Grayscale: #555555. Windows color (decimal): -10788850 or 942171. OLE color: 942171.
HSL color Cylindrical-coordinate representation of color #5B600E: hue angle of 63.66º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B600E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 14 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.62 |
| HSL | 63.66º | 0.75% | 0.22% | - |
| HSV(B) | 63.66º | 0.85% | 0.38% | - |
| XYZ | 8.58 | 10.62 | 2.01 | - |
| YUV | 85.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 14 | 0.05 | 0 | 0.85 | 0.62 | 63.66 | 0.75 | 0.22 |
| Hex | 5B | 60 | E | 5 | 0 | 55 | 3E | 40 | 4B | 16 |
| Octal | 133 | 140 | 16 | 5 | 0 | 125 | 76 | 100 | 113 | 26 |
| Binary | 1011011 | 1100000 | 1110 | 101 | 0 | 1010101 | 111110 | 1000000 | 1001011 | 10110 |
Color Harmonies of #5B600E
Complementary color
Monochromatic Colors of #5B600E
Black with #5B600E
Text Example
Text Example
White with #5B600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B600E; }
p { color: rgb(91,96,14); }
H1.HeaderClassName
{
color: #5B600E;
}
.AnyTagClassName
{
color: #5B600E;
}
</style>
background-color css
<style>
a { background-color: #5B600E; }
a { background-color: rgb(91,96,14); }
div.DivClassName
{
background-color: #5B600E;
}
.BgClassName
{
background-color: #5B600E;
}
</style>
border-color css
<style>
span { border-color: #5B600E; }
span { border-color: rgb(91,96,14); }
td.TdClassName
{
border-color: #5B600E;
}
.TagClassName
{
border-color: #5B600E;
}
</style>