Shades of Fiji Green #5B7520
Tints of Fiji Green #5B7520
RGB
CMYK
RGB Variations
Color information
#5B7520 (or 0x5B7520) is known color: Fiji Green. HEX triplet: 5B, 75 and 20. RGB value is (91,117,32). Sum of RGB (Red+Green+Blue) = 91+117+32=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7520 is #A48ADF. Grayscale: #636363. Windows color (decimal): -10783456 or 2127195. OLE color: 2127195.
HSL color Cylindrical-coordinate representation of color #5B7520: hue angle of 78.35º 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 #5B7520 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 117 | 32 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.54 |
| HSL | 78.35º | 0.57% | 0.29% | - |
| HSV(B) | 78.35º | 0.73% | 0.46% | - |
| XYZ | 10.94 | 15.05 | 3.7 | - |
| YUV | 99.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 32 | 0.22 | 0 | 0.73 | 0.54 | 78.35 | 0.57 | 0.29 |
| Hex | 5B | 75 | 20 | 16 | 0 | 49 | 36 | 4E | 39 | 1D |
| Octal | 133 | 165 | 40 | 26 | 0 | 111 | 66 | 116 | 71 | 35 |
| Binary | 1011011 | 1110101 | 100000 | 10110 | 0 | 1001001 | 110110 | 1001110 | 111001 | 11101 |
Color Harmonies of #5B7520
Complementary color
Monochromatic Colors of #5B7520
Black with #5B7520
Text Example
Text Example
White with #5B7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7520; }
p { color: rgb(91,117,32); }
H1.HeaderClassName
{
color: #5B7520;
}
.AnyTagClassName
{
color: #5B7520;
}
</style>
background-color css
<style>
a { background-color: #5B7520; }
a { background-color: rgb(91,117,32); }
div.DivClassName
{
background-color: #5B7520;
}
.BgClassName
{
background-color: #5B7520;
}
</style>
border-color css
<style>
span { border-color: #5B7520; }
span { border-color: rgb(91,117,32); }
td.TdClassName
{
border-color: #5B7520;
}
.TagClassName
{
border-color: #5B7520;
}
</style>