Shades of Olive Drab #788D2B
Tints of Olive Drab #788D2B
RGB
CMYK
RGB Variations
Color information
#788D2B (or 0x788D2B) is known color: Olive Drab. HEX triplet: 78, 8D and 2B. RGB value is (120,141,43). Sum of RGB (Red+Green+Blue) = 120+141+43=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #788D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D2B is #8772D4. Grayscale: #7B7B7B. Windows color (decimal): -8876757 or 2854264. OLE color: 2854264.
HSL color Cylindrical-coordinate representation of color #788D2B: hue angle of 72.86º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #788D2B is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 43 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.45 |
| HSL | 72.86º | 0.53% | 0.36% | - |
| HSV(B) | 72.86º | 0.7% | 0.55% | - |
| XYZ | 17.71 | 23.22 | 5.83 | - |
| YUV | 123.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 43 | 0.15 | 0 | 0.70 | 0.45 | 72.86 | 0.53 | 0.36 |
| Hex | 78 | 8D | 2B | F | 0 | 46 | 2D | 49 | 35 | 24 |
| Octal | 170 | 215 | 53 | 17 | 0 | 106 | 55 | 111 | 65 | 44 |
| Binary | 1111000 | 10001101 | 101011 | 1111 | 0 | 1000110 | 101101 | 1001001 | 110101 | 100100 |
Color Harmonies of #788D2B
Complementary color
Monochromatic Colors of #788D2B
Black with #788D2B
Text Example
Text Example
White with #788D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D2B; }
p { color: rgb(120,141,43); }
H1.HeaderClassName
{
color: #788D2B;
}
.AnyTagClassName
{
color: #788D2B;
}
</style>
background-color css
<style>
a { background-color: #788D2B; }
a { background-color: rgb(120,141,43); }
div.DivClassName
{
background-color: #788D2B;
}
.BgClassName
{
background-color: #788D2B;
}
</style>
border-color css
<style>
span { border-color: #788D2B; }
span { border-color: rgb(120,141,43); }
td.TdClassName
{
border-color: #788D2B;
}
.TagClassName
{
border-color: #788D2B;
}
</style>