Shades of Fiji Green #5B7016
Tints of Fiji Green #5B7016
RGB
CMYK
RGB Variations
Color information
#5B7016 (or 0x5B7016) is known color: Fiji Green. HEX triplet: 5B, 70 and 16. RGB value is (91,112,22). Sum of RGB (Red+Green+Blue) = 91+112+22=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7016 is #A48FE9. Grayscale: #5F5F5F. Windows color (decimal): -10784746 or 1470555. OLE color: 1470555.
HSL color Cylindrical-coordinate representation of color #5B7016: hue angle of 74º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B7016 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 22 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.56 |
| HSL | 74º | 0.67% | 0.26% | - |
| HSV(B) | 74º | 0.8% | 0.44% | - |
| XYZ | 10.25 | 13.87 | 2.9 | - |
| YUV | 95.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 22 | 0.19 | 0 | 0.80 | 0.56 | 74 | 0.67 | 0.26 |
| Hex | 5B | 70 | 16 | 13 | 0 | 50 | 38 | 4A | 43 | 1A |
| Octal | 133 | 160 | 26 | 23 | 0 | 120 | 70 | 112 | 103 | 32 |
| Binary | 1011011 | 1110000 | 10110 | 10011 | 0 | 1010000 | 111000 | 1001010 | 1000011 | 11010 |
Color Harmonies of #5B7016
Complementary color
Monochromatic Colors of #5B7016
Black with #5B7016
Text Example
Text Example
White with #5B7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7016; }
p { color: rgb(91,112,22); }
H1.HeaderClassName
{
color: #5B7016;
}
.AnyTagClassName
{
color: #5B7016;
}
</style>
background-color css
<style>
a { background-color: #5B7016; }
a { background-color: rgb(91,112,22); }
div.DivClassName
{
background-color: #5B7016;
}
.BgClassName
{
background-color: #5B7016;
}
</style>
border-color css
<style>
span { border-color: #5B7016; }
span { border-color: rgb(91,112,22); }
td.TdClassName
{
border-color: #5B7016;
}
.TagClassName
{
border-color: #5B7016;
}
</style>