Shades of Olive Drab #769223
Tints of Olive Drab #769223
RGB
CMYK
RGB Variations
Color information
#769223 (or 0x769223) is known color: Olive Drab. HEX triplet: 76, 92 and 23. RGB value is (118,146,35). Sum of RGB (Red+Green+Blue) = 118+146+35=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #769223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769223 is #896DDC. Grayscale: #7D7D7D. Windows color (decimal): -9006557 or 2331254. OLE color: 2331254.
HSL color Cylindrical-coordinate representation of color #769223: hue angle of 75.14º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769223 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 146 | 35 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.43 |
| HSL | 75.14º | 0.61% | 0.35% | - |
| HSV(B) | 75.14º | 0.76% | 0.57% | - |
| XYZ | 18.05 | 24.53 | 5.37 | - |
| YUV | 124.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 146 | 35 | 0.19 | 0 | 0.76 | 0.43 | 75.14 | 0.61 | 0.35 |
| Hex | 76 | 92 | 23 | 13 | 0 | 4C | 2B | 4B | 3D | 23 |
| Octal | 166 | 222 | 43 | 23 | 0 | 114 | 53 | 113 | 75 | 43 |
| Binary | 1110110 | 10010010 | 100011 | 10011 | 0 | 1001100 | 101011 | 1001011 | 111101 | 100011 |
Color Harmonies of #769223
Complementary color
Monochromatic Colors of #769223
Black with #769223
Text Example
Text Example
White with #769223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769223; }
p { color: rgb(118,146,35); }
H1.HeaderClassName
{
color: #769223;
}
.AnyTagClassName
{
color: #769223;
}
</style>
background-color css
<style>
a { background-color: #769223; }
a { background-color: rgb(118,146,35); }
div.DivClassName
{
background-color: #769223;
}
.BgClassName
{
background-color: #769223;
}
</style>
border-color css
<style>
span { border-color: #769223; }
span { border-color: rgb(118,146,35); }
td.TdClassName
{
border-color: #769223;
}
.TagClassName
{
border-color: #769223;
}
</style>