Shades of Olive Drab #789326
Tints of Olive Drab #789326
RGB
CMYK
RGB Variations
Color information
#789326 (or 0x789326) is known color: Olive Drab. HEX triplet: 78, 93 and 26. RGB value is (120,147,38). Sum of RGB (Red+Green+Blue) = 120+147+38=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #789326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789326 is #876CD9. Grayscale: #7E7E7E. Windows color (decimal): -8875226 or 2528120. OLE color: 2528120.
HSL color Cylindrical-coordinate representation of color #789326: hue angle of 74.86º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #789326 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 38 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.42 |
| HSL | 74.86º | 0.59% | 0.36% | - |
| HSV(B) | 74.86º | 0.74% | 0.58% | - |
| XYZ | 18.53 | 25 | 5.68 | - |
| YUV | 126.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 38 | 0.18 | 0 | 0.74 | 0.42 | 74.86 | 0.59 | 0.36 |
| Hex | 78 | 93 | 26 | 12 | 0 | 4A | 2A | 4B | 3B | 24 |
| Octal | 170 | 223 | 46 | 22 | 0 | 112 | 52 | 113 | 73 | 44 |
| Binary | 1111000 | 10010011 | 100110 | 10010 | 0 | 1001010 | 101010 | 1001011 | 111011 | 100100 |
Color Harmonies of #789326
Complementary color
Monochromatic Colors of #789326
Black with #789326
Text Example
Text Example
White with #789326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789326; }
p { color: rgb(120,147,38); }
H1.HeaderClassName
{
color: #789326;
}
.AnyTagClassName
{
color: #789326;
}
</style>
background-color css
<style>
a { background-color: #789326; }
a { background-color: rgb(120,147,38); }
div.DivClassName
{
background-color: #789326;
}
.BgClassName
{
background-color: #789326;
}
</style>
border-color css
<style>
span { border-color: #789326; }
span { border-color: rgb(120,147,38); }
td.TdClassName
{
border-color: #789326;
}
.TagClassName
{
border-color: #789326;
}
</style>