Shades of Fiji Green #5B6E13
Tints of Fiji Green #5B6E13
RGB
CMYK
RGB Variations
Color information
#5B6E13 (or 0x5B6E13) is known color: Fiji Green. HEX triplet: 5B, 6E and 13. RGB value is (91,110,19). Sum of RGB (Red+Green+Blue) = 91+110+19=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #5B6E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6E13 is #A491EC. Grayscale: #5E5E5E. Windows color (decimal): -10785261 or 1273435. OLE color: 1273435.
HSL color Cylindrical-coordinate representation of color #5B6E13: hue angle of 72.53º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B6E13 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 110 | 19 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.57 |
| HSL | 72.53º | 0.71% | 0.25% | - |
| HSV(B) | 72.53º | 0.83% | 0.43% | - |
| XYZ | 10.01 | 13.42 | 2.68 | - |
| YUV | 93.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 19 | 0.17 | 0 | 0.83 | 0.57 | 72.53 | 0.71 | 0.25 |
| Hex | 5B | 6E | 13 | 11 | 0 | 53 | 39 | 49 | 47 | 19 |
| Octal | 133 | 156 | 23 | 21 | 0 | 123 | 71 | 111 | 107 | 31 |
| Binary | 1011011 | 1101110 | 10011 | 10001 | 0 | 1010011 | 111001 | 1001001 | 1000111 | 11001 |
Color Harmonies of #5B6E13
Complementary color
Monochromatic Colors of #5B6E13
Black with #5B6E13
Text Example
Text Example
White with #5B6E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6E13; }
p { color: rgb(91,110,19); }
H1.HeaderClassName
{
color: #5B6E13;
}
.AnyTagClassName
{
color: #5B6E13;
}
</style>
background-color css
<style>
a { background-color: #5B6E13; }
a { background-color: rgb(91,110,19); }
div.DivClassName
{
background-color: #5B6E13;
}
.BgClassName
{
background-color: #5B6E13;
}
</style>
border-color css
<style>
span { border-color: #5B6E13; }
span { border-color: rgb(91,110,19); }
td.TdClassName
{
border-color: #5B6E13;
}
.TagClassName
{
border-color: #5B6E13;
}
</style>