Shades of Olive Drab #5B9200
Tints of Olive Drab #5B9200
RGB
CMYK
RGB Variations
Color information
#5B9200 (or 0x5B9200) is known color: Olive Drab. HEX triplet: 5B, 92 and 00. RGB value is (91,146,0). Sum of RGB (Red+Green+Blue) = 91+146+0=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9200 is #A46DFF. Grayscale: #717171. Windows color (decimal): -10776064 or 37467. OLE color: 37467.
HSL color Cylindrical-coordinate representation of color #5B9200: hue angle of 82.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B9200 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.43 |
| HSL | 82.6º | 1% | 0.29% | - |
| HSV(B) | 82.6º | 1% | 0.57% | - |
| XYZ | 14.59 | 22.78 | 3.63 | - |
| YUV | 112.91 | 64.28 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 0 | 0.38 | 0 | 1 | 0.43 | 82.6 | 1 | 0.29 |
| Hex | 5B | 92 | 0 | 26 | 0 | 64 | 2B | 53 | 64 | 1D |
| Octal | 133 | 222 | 0 | 46 | 0 | 144 | 53 | 123 | 144 | 35 |
| Binary | 1011011 | 10010010 | 0 | 100110 | 0 | 1100100 | 101011 | 1010011 | 1100100 | 11101 |
Color Harmonies of #5B9200
Complementary color
Monochromatic Colors of #5B9200
Black with #5B9200
Text Example
Text Example
White with #5B9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9200; }
p { color: rgb(91,146,0); }
H1.HeaderClassName
{
color: #5B9200;
}
.AnyTagClassName
{
color: #5B9200;
}
</style>
background-color css
<style>
a { background-color: #5B9200; }
a { background-color: rgb(91,146,0); }
div.DivClassName
{
background-color: #5B9200;
}
.BgClassName
{
background-color: #5B9200;
}
</style>
border-color css
<style>
span { border-color: #5B9200; }
span { border-color: rgb(91,146,0); }
td.TdClassName
{
border-color: #5B9200;
}
.TagClassName
{
border-color: #5B9200;
}
</style>