Shades of Olive Drab #788E25
Tints of Olive Drab #788E25
RGB
CMYK
RGB Variations
Color information
#788E25 (or 0x788E25) is known color: Olive Drab. HEX triplet: 78, 8E and 25. RGB value is (120,142,37). Sum of RGB (Red+Green+Blue) = 120+142+37=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #788E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788E25 is #8771DA. Grayscale: #7B7B7B. Windows color (decimal): -8876507 or 2461304. OLE color: 2461304.
HSL color Cylindrical-coordinate representation of color #788E25: hue angle of 72.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #788E25 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 37 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.44 |
| HSL | 72.57º | 0.59% | 0.35% | - |
| HSV(B) | 72.57º | 0.74% | 0.56% | - |
| XYZ | 17.75 | 23.47 | 5.35 | - |
| YUV | 123.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 37 | 0.15 | 0 | 0.74 | 0.44 | 72.57 | 0.59 | 0.35 |
| Hex | 78 | 8E | 25 | F | 0 | 4A | 2C | 49 | 3B | 23 |
| Octal | 170 | 216 | 45 | 17 | 0 | 112 | 54 | 111 | 73 | 43 |
| Binary | 1111000 | 10001110 | 100101 | 1111 | 0 | 1001010 | 101100 | 1001001 | 111011 | 100011 |
Color Harmonies of #788E25
Complementary color
Monochromatic Colors of #788E25
Black with #788E25
Text Example
Text Example
White with #788E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E25; }
p { color: rgb(120,142,37); }
H1.HeaderClassName
{
color: #788E25;
}
.AnyTagClassName
{
color: #788E25;
}
</style>
background-color css
<style>
a { background-color: #788E25; }
a { background-color: rgb(120,142,37); }
div.DivClassName
{
background-color: #788E25;
}
.BgClassName
{
background-color: #788E25;
}
</style>
border-color css
<style>
span { border-color: #788E25; }
span { border-color: rgb(120,142,37); }
td.TdClassName
{
border-color: #788E25;
}
.TagClassName
{
border-color: #788E25;
}
</style>