Shades of Olive Drab #5B8C03
Tints of Olive Drab #5B8C03
RGB
CMYK
RGB Variations
Color information
#5B8C03 (or 0x5B8C03) is known color: Olive Drab. HEX triplet: 5B, 8C and 03. RGB value is (91,140,3). Sum of RGB (Red+Green+Blue) = 91+140+3=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 140 (55.08% from 255 or 59.83% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 140 - color contains mainly: green. Hex color #5B8C03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8C03 is #A473FC. Grayscale: #6E6E6E. Windows color (decimal): -10777597 or 232539. OLE color: 232539.
HSL color Cylindrical-coordinate representation of color #5B8C03: hue angle of 81.46º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B8C03 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 140 | 3 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.45 |
| HSL | 81.46º | 0.96% | 0.28% | - |
| HSV(B) | 81.46º | 0.98% | 0.55% | - |
| XYZ | 13.71 | 20.99 | 3.41 | - |
| YUV | 109.73 | 67.77 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 3 | 0.35 | 0 | 0.98 | 0.45 | 81.46 | 0.96 | 0.28 |
| Hex | 5B | 8C | 3 | 23 | 0 | 62 | 2D | 51 | 60 | 1C |
| Octal | 133 | 214 | 3 | 43 | 0 | 142 | 55 | 121 | 140 | 34 |
| Binary | 1011011 | 10001100 | 11 | 100011 | 0 | 1100010 | 101101 | 1010001 | 1100000 | 11100 |
Color Harmonies of #5B8C03
Complementary color
Monochromatic Colors of #5B8C03
Black with #5B8C03
Text Example
Text Example
White with #5B8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8C03; }
p { color: rgb(91,140,3); }
H1.HeaderClassName
{
color: #5B8C03;
}
.AnyTagClassName
{
color: #5B8C03;
}
</style>
background-color css
<style>
a { background-color: #5B8C03; }
a { background-color: rgb(91,140,3); }
div.DivClassName
{
background-color: #5B8C03;
}
.BgClassName
{
background-color: #5B8C03;
}
</style>
border-color css
<style>
span { border-color: #5B8C03; }
span { border-color: rgb(91,140,3); }
td.TdClassName
{
border-color: #5B8C03;
}
.TagClassName
{
border-color: #5B8C03;
}
</style>