Shades of Fiji Green #5B6620
Tints of Fiji Green #5B6620
RGB
CMYK
RGB Variations
Color information
#5B6620 (or 0x5B6620) is known color: Fiji Green. HEX triplet: 5B, 66 and 20. RGB value is (91,102,32). Sum of RGB (Red+Green+Blue) = 91+102+32=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6620 is #A499DF. Grayscale: #5B5B5B. Windows color (decimal): -10787296 or 2123355. OLE color: 2123355.
HSL color Cylindrical-coordinate representation of color #5B6620: hue angle of 69.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B6620 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 102 | 32 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.6 |
| HSL | 69.43º | 0.52% | 0.26% | - |
| HSV(B) | 69.43º | 0.69% | 0.4% | - |
| XYZ | 9.33 | 11.83 | 3.16 | - |
| YUV | 90.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 32 | 0.11 | 0 | 0.69 | 0.6 | 69.43 | 0.52 | 0.26 |
| Hex | 5B | 66 | 20 | B | 0 | 45 | 3C | 45 | 34 | 1A |
| Octal | 133 | 146 | 40 | 13 | 0 | 105 | 74 | 105 | 64 | 32 |
| Binary | 1011011 | 1100110 | 100000 | 1011 | 0 | 1000101 | 111100 | 1000101 | 110100 | 11010 |
Color Harmonies of #5B6620
Complementary color
Monochromatic Colors of #5B6620
Black with #5B6620
Text Example
Text Example
White with #5B6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6620; }
p { color: rgb(91,102,32); }
H1.HeaderClassName
{
color: #5B6620;
}
.AnyTagClassName
{
color: #5B6620;
}
</style>
background-color css
<style>
a { background-color: #5B6620; }
a { background-color: rgb(91,102,32); }
div.DivClassName
{
background-color: #5B6620;
}
.BgClassName
{
background-color: #5B6620;
}
</style>
border-color css
<style>
span { border-color: #5B6620; }
span { border-color: rgb(91,102,32); }
td.TdClassName
{
border-color: #5B6620;
}
.TagClassName
{
border-color: #5B6620;
}
</style>