Shades of Olive Drab #769822
Tints of Olive Drab #769822
RGB
CMYK
RGB Variations
Color information
#769822 (or 0x769822) is known color: Olive Drab. HEX triplet: 76, 98 and 22. RGB value is (118,152,34). Sum of RGB (Red+Green+Blue) = 118+152+34=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #769822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769822 is #8967DD. Grayscale: #808080. Windows color (decimal): -9005022 or 2267254. OLE color: 2267254.
HSL color Cylindrical-coordinate representation of color #769822: hue angle of 77.29º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #769822 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 34 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.40 |
| HSL | 77.29º | 0.63% | 0.36% | - |
| HSV(B) | 77.29º | 0.78% | 0.6% | - |
| XYZ | 18.99 | 26.42 | 5.61 | - |
| YUV | 128.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 34 | 0.22 | 0 | 0.78 | 0.40 | 77.29 | 0.63 | 0.36 |
| Hex | 76 | 98 | 22 | 16 | 0 | 4E | 28 | 4D | 3F | 24 |
| Octal | 166 | 230 | 42 | 26 | 0 | 116 | 50 | 115 | 77 | 44 |
| Binary | 1110110 | 10011000 | 100010 | 10110 | 0 | 1001110 | 101000 | 1001101 | 111111 | 100100 |
Color Harmonies of #769822
Complementary color
Monochromatic Colors of #769822
Black with #769822
Text Example
Text Example
White with #769822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769822; }
p { color: rgb(118,152,34); }
H1.HeaderClassName
{
color: #769822;
}
.AnyTagClassName
{
color: #769822;
}
</style>
background-color css
<style>
a { background-color: #769822; }
a { background-color: rgb(118,152,34); }
div.DivClassName
{
background-color: #769822;
}
.BgClassName
{
background-color: #769822;
}
</style>
border-color css
<style>
span { border-color: #769822; }
span { border-color: rgb(118,152,34); }
td.TdClassName
{
border-color: #769822;
}
.TagClassName
{
border-color: #769822;
}
</style>