Shades of Fiji Green #5B7204
Tints of Fiji Green #5B7204
RGB
CMYK
RGB Variations
Color information
#5B7204 (or 0x5B7204) is known color: Fiji Green. HEX triplet: 5B, 72 and 04. RGB value is (91,114,4). Sum of RGB (Red+Green+Blue) = 91+114+4=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7204 is #A48DFB. Grayscale: #5E5E5E. Windows color (decimal): -10784252 or 291419. OLE color: 291419.
HSL color Cylindrical-coordinate representation of color #5B7204: hue angle of 72.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B7204 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 114 | 4 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.55 |
| HSL | 72.55º | 0.93% | 0.23% | - |
| HSV(B) | 72.55º | 0.96% | 0.45% | - |
| XYZ | 10.35 | 14.27 | 2.32 | - |
| YUV | 94.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 114 | 4 | 0.20 | 0 | 0.96 | 0.55 | 72.55 | 0.93 | 0.23 |
| Hex | 5B | 72 | 4 | 14 | 0 | 60 | 37 | 49 | 5D | 17 |
| Octal | 133 | 162 | 4 | 24 | 0 | 140 | 67 | 111 | 135 | 27 |
| Binary | 1011011 | 1110010 | 100 | 10100 | 0 | 1100000 | 110111 | 1001001 | 1011101 | 10111 |
Color Harmonies of #5B7204
Complementary color
Monochromatic Colors of #5B7204
Black with #5B7204
Text Example
Text Example
White with #5B7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7204; }
p { color: rgb(91,114,4); }
H1.HeaderClassName
{
color: #5B7204;
}
.AnyTagClassName
{
color: #5B7204;
}
</style>
background-color css
<style>
a { background-color: #5B7204; }
a { background-color: rgb(91,114,4); }
div.DivClassName
{
background-color: #5B7204;
}
.BgClassName
{
background-color: #5B7204;
}
</style>
border-color css
<style>
span { border-color: #5B7204; }
span { border-color: rgb(91,114,4); }
td.TdClassName
{
border-color: #5B7204;
}
.TagClassName
{
border-color: #5B7204;
}
</style>