Shades of Fiji Green #5B7620
Tints of Fiji Green #5B7620
RGB
CMYK
RGB Variations
Color information
#5B7620 (or 0x5B7620) is known color: Fiji Green. HEX triplet: 5B, 76 and 20. RGB value is (91,118,32). Sum of RGB (Red+Green+Blue) = 91+118+32=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7620 is #A489DF. Grayscale: #646464. Windows color (decimal): -10783200 or 2127451. OLE color: 2127451.
HSL color Cylindrical-coordinate representation of color #5B7620: hue angle of 78.84º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B7620 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 32 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.54 |
| HSL | 78.84º | 0.57% | 0.29% | - |
| HSV(B) | 78.84º | 0.73% | 0.46% | - |
| XYZ | 11.05 | 15.29 | 3.73 | - |
| YUV | 100.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 32 | 0.23 | 0 | 0.73 | 0.54 | 78.84 | 0.57 | 0.29 |
| Hex | 5B | 76 | 20 | 17 | 0 | 49 | 36 | 4F | 39 | 1D |
| Octal | 133 | 166 | 40 | 27 | 0 | 111 | 66 | 117 | 71 | 35 |
| Binary | 1011011 | 1110110 | 100000 | 10111 | 0 | 1001001 | 110110 | 1001111 | 111001 | 11101 |
Color Harmonies of #5B7620
Complementary color
Monochromatic Colors of #5B7620
Black with #5B7620
Text Example
Text Example
White with #5B7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7620; }
p { color: rgb(91,118,32); }
H1.HeaderClassName
{
color: #5B7620;
}
.AnyTagClassName
{
color: #5B7620;
}
</style>
background-color css
<style>
a { background-color: #5B7620; }
a { background-color: rgb(91,118,32); }
div.DivClassName
{
background-color: #5B7620;
}
.BgClassName
{
background-color: #5B7620;
}
</style>
border-color css
<style>
span { border-color: #5B7620; }
span { border-color: rgb(91,118,32); }
td.TdClassName
{
border-color: #5B7620;
}
.TagClassName
{
border-color: #5B7620;
}
</style>