Shades of Olive Drab #5B8519
Tints of Olive Drab #5B8519
RGB
CMYK
RGB Variations
Color information
#5B8519 (or 0x5B8519) is known color: Olive Drab. HEX triplet: 5B, 85 and 19. RGB value is (91,133,25). Sum of RGB (Red+Green+Blue) = 91+133+25=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8519 is #A47AE6. Grayscale: #6C6C6C. Windows color (decimal): -10779367 or 1672539. OLE color: 1672539.
HSL color Cylindrical-coordinate representation of color #5B8519: hue angle of 83.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B8519 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 133 | 25 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.48 |
| HSL | 83.33º | 0.68% | 0.31% | - |
| HSV(B) | 83.33º | 0.81% | 0.52% | - |
| XYZ | 12.88 | 19.07 | 3.92 | - |
| YUV | 108.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 25 | 0.32 | 0 | 0.81 | 0.48 | 83.33 | 0.68 | 0.31 |
| Hex | 5B | 85 | 19 | 20 | 0 | 51 | 30 | 53 | 44 | 1F |
| Octal | 133 | 205 | 31 | 40 | 0 | 121 | 60 | 123 | 104 | 37 |
| Binary | 1011011 | 10000101 | 11001 | 100000 | 0 | 1010001 | 110000 | 1010011 | 1000100 | 11111 |
Color Harmonies of #5B8519
Complementary color
Monochromatic Colors of #5B8519
Black with #5B8519
Text Example
Text Example
White with #5B8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8519; }
p { color: rgb(91,133,25); }
H1.HeaderClassName
{
color: #5B8519;
}
.AnyTagClassName
{
color: #5B8519;
}
</style>
background-color css
<style>
a { background-color: #5B8519; }
a { background-color: rgb(91,133,25); }
div.DivClassName
{
background-color: #5B8519;
}
.BgClassName
{
background-color: #5B8519;
}
</style>
border-color css
<style>
span { border-color: #5B8519; }
span { border-color: rgb(91,133,25); }
td.TdClassName
{
border-color: #5B8519;
}
.TagClassName
{
border-color: #5B8519;
}
</style>