Shades of Fiji Green #5B6013
Tints of Fiji Green #5B6013
RGB
CMYK
RGB Variations
Color information
#5B6013 (or 0x5B6013) is known color: Fiji Green. HEX triplet: 5B, 60 and 13. RGB value is (91,96,19). Sum of RGB (Red+Green+Blue) = 91+96+19=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6013 is #A49FEC. Grayscale: #565656. Windows color (decimal): -10788845 or 1269851. OLE color: 1269851.
HSL color Cylindrical-coordinate representation of color #5B6013: hue angle of 63.9º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B6013 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 19 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.62 |
| HSL | 63.9º | 0.67% | 0.23% | - |
| HSV(B) | 63.9º | 0.8% | 0.38% | - |
| XYZ | 8.61 | 10.64 | 2.22 | - |
| YUV | 85.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 19 | 0.05 | 0 | 0.80 | 0.62 | 63.9 | 0.67 | 0.23 |
| Hex | 5B | 60 | 13 | 5 | 0 | 50 | 3E | 40 | 43 | 17 |
| Octal | 133 | 140 | 23 | 5 | 0 | 120 | 76 | 100 | 103 | 27 |
| Binary | 1011011 | 1100000 | 10011 | 101 | 0 | 1010000 | 111110 | 1000000 | 1000011 | 10111 |
Color Harmonies of #5B6013
Complementary color
Monochromatic Colors of #5B6013
Black with #5B6013
Text Example
Text Example
White with #5B6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6013; }
p { color: rgb(91,96,19); }
H1.HeaderClassName
{
color: #5B6013;
}
.AnyTagClassName
{
color: #5B6013;
}
</style>
background-color css
<style>
a { background-color: #5B6013; }
a { background-color: rgb(91,96,19); }
div.DivClassName
{
background-color: #5B6013;
}
.BgClassName
{
background-color: #5B6013;
}
</style>
border-color css
<style>
span { border-color: #5B6013; }
span { border-color: rgb(91,96,19); }
td.TdClassName
{
border-color: #5B6013;
}
.TagClassName
{
border-color: #5B6013;
}
</style>