Shades of Olive Drab #5B8115
Tints of Olive Drab #5B8115
RGB
CMYK
RGB Variations
Color information
#5B8115 (or 0x5B8115) is known color: Olive Drab. HEX triplet: 5B, 81 and 15. RGB value is (91,129,21). Sum of RGB (Red+Green+Blue) = 91+129+21=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #5B8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8115 is #A47EEA. Grayscale: #696969. Windows color (decimal): -10780395 or 1409371. OLE color: 1409371.
HSL color Cylindrical-coordinate representation of color #5B8115: hue angle of 81.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B8115 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 129 | 21 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.49 |
| HSL | 81.11º | 0.72% | 0.29% | - |
| HSV(B) | 81.11º | 0.84% | 0.51% | - |
| XYZ | 12.3 | 17.98 | 3.53 | - |
| YUV | 105.33 | 80.41 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 21 | 0.29 | 0 | 0.84 | 0.49 | 81.11 | 0.72 | 0.29 |
| Hex | 5B | 81 | 15 | 1D | 0 | 54 | 31 | 51 | 48 | 1D |
| Octal | 133 | 201 | 25 | 35 | 0 | 124 | 61 | 121 | 110 | 35 |
| Binary | 1011011 | 10000001 | 10101 | 11101 | 0 | 1010100 | 110001 | 1010001 | 1001000 | 11101 |
Color Harmonies of #5B8115
Complementary color
Monochromatic Colors of #5B8115
Black with #5B8115
Text Example
Text Example
White with #5B8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8115; }
p { color: rgb(91,129,21); }
H1.HeaderClassName
{
color: #5B8115;
}
.AnyTagClassName
{
color: #5B8115;
}
</style>
background-color css
<style>
a { background-color: #5B8115; }
a { background-color: rgb(91,129,21); }
div.DivClassName
{
background-color: #5B8115;
}
.BgClassName
{
background-color: #5B8115;
}
</style>
border-color css
<style>
span { border-color: #5B8115; }
span { border-color: rgb(91,129,21); }
td.TdClassName
{
border-color: #5B8115;
}
.TagClassName
{
border-color: #5B8115;
}
</style>