Shades of Fiji Green #5B7E13
Tints of Fiji Green #5B7E13
RGB
CMYK
RGB Variations
Color information
#5B7E13 (or 0x5B7E13) is known color: Fiji Green. HEX triplet: 5B, 7E and 13. RGB value is (91,126,19). Sum of RGB (Red+Green+Blue) = 91+126+19=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7E13 is #A481EC. Grayscale: #676767. Windows color (decimal): -10781165 or 1277531. OLE color: 1277531.
HSL color Cylindrical-coordinate representation of color #5B7E13: hue angle of 79.63º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B7E13 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 126 | 19 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.51 |
| HSL | 79.63º | 0.74% | 0.28% | - |
| HSV(B) | 79.63º | 0.85% | 0.49% | - |
| XYZ | 11.89 | 17.19 | 3.31 | - |
| YUV | 103.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 19 | 0.28 | 0 | 0.85 | 0.51 | 79.63 | 0.74 | 0.28 |
| Hex | 5B | 7E | 13 | 1C | 0 | 55 | 33 | 50 | 4A | 1C |
| Octal | 133 | 176 | 23 | 34 | 0 | 125 | 63 | 120 | 112 | 34 |
| Binary | 1011011 | 1111110 | 10011 | 11100 | 0 | 1010101 | 110011 | 1010000 | 1001010 | 11100 |
Color Harmonies of #5B7E13
Complementary color
Monochromatic Colors of #5B7E13
Black with #5B7E13
Text Example
Text Example
White with #5B7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7E13; }
p { color: rgb(91,126,19); }
H1.HeaderClassName
{
color: #5B7E13;
}
.AnyTagClassName
{
color: #5B7E13;
}
</style>
background-color css
<style>
a { background-color: #5B7E13; }
a { background-color: rgb(91,126,19); }
div.DivClassName
{
background-color: #5B7E13;
}
.BgClassName
{
background-color: #5B7E13;
}
</style>
border-color css
<style>
span { border-color: #5B7E13; }
span { border-color: rgb(91,126,19); }
td.TdClassName
{
border-color: #5B7E13;
}
.TagClassName
{
border-color: #5B7E13;
}
</style>