Shades of Fiji Green #5B7000
Tints of Fiji Green #5B7000
RGB
CMYK
RGB Variations
Color information
#5B7000 (or 0x5B7000) is known color: Fiji Green. HEX triplet: 5B, 70 and 00. RGB value is (91,112,0). Sum of RGB (Red+Green+Blue) = 91+112+0=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7000 is #A48FFF. Grayscale: #5D5D5D. Windows color (decimal): -10784768 or 28763. OLE color: 28763.
HSL color Cylindrical-coordinate representation of color #5B7000: hue angle of 71.25º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B7000 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.56 |
| HSL | 71.25º | 1% | 0.22% | - |
| HSV(B) | 71.25º | 1% | 0.44% | - |
| XYZ | 10.11 | 13.81 | 2.13 | - |
| YUV | 92.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 0 | 0.19 | 0 | 1 | 0.56 | 71.25 | 1 | 0.22 |
| Hex | 5B | 70 | 0 | 13 | 0 | 64 | 38 | 47 | 64 | 16 |
| Octal | 133 | 160 | 0 | 23 | 0 | 144 | 70 | 107 | 144 | 26 |
| Binary | 1011011 | 1110000 | 0 | 10011 | 0 | 1100100 | 111000 | 1000111 | 1100100 | 10110 |
Color Harmonies of #5B7000
Complementary color
Monochromatic Colors of #5B7000
Black with #5B7000
Text Example
Text Example
White with #5B7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7000; }
p { color: rgb(91,112,0); }
H1.HeaderClassName
{
color: #5B7000;
}
.AnyTagClassName
{
color: #5B7000;
}
</style>
background-color css
<style>
a { background-color: #5B7000; }
a { background-color: rgb(91,112,0); }
div.DivClassName
{
background-color: #5B7000;
}
.BgClassName
{
background-color: #5B7000;
}
</style>
border-color css
<style>
span { border-color: #5B7000; }
span { border-color: rgb(91,112,0); }
td.TdClassName
{
border-color: #5B7000;
}
.TagClassName
{
border-color: #5B7000;
}
</style>