Shades of Olive Drab #769323
Tints of Olive Drab #769323
RGB
CMYK
RGB Variations
Color information
#769323 (or 0x769323) is known color: Olive Drab. HEX triplet: 76, 93 and 23. RGB value is (118,147,35). Sum of RGB (Red+Green+Blue) = 118+147+35=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #769323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769323 is #896CDC. Grayscale: #7D7D7D. Windows color (decimal): -9006301 or 2331510. OLE color: 2331510.
HSL color Cylindrical-coordinate representation of color #769323: hue angle of 75.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769323 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 35 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.42 |
| HSL | 75.54º | 0.62% | 0.36% | - |
| HSV(B) | 75.54º | 0.76% | 0.58% | - |
| XYZ | 18.21 | 24.84 | 5.43 | - |
| YUV | 125.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 35 | 0.20 | 0 | 0.76 | 0.42 | 75.54 | 0.62 | 0.36 |
| Hex | 76 | 93 | 23 | 14 | 0 | 4C | 2A | 4C | 3E | 24 |
| Octal | 166 | 223 | 43 | 24 | 0 | 114 | 52 | 114 | 76 | 44 |
| Binary | 1110110 | 10010011 | 100011 | 10100 | 0 | 1001100 | 101010 | 1001100 | 111110 | 100100 |
Color Harmonies of #769323
Complementary color
Monochromatic Colors of #769323
Black with #769323
Text Example
Text Example
White with #769323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769323; }
p { color: rgb(118,147,35); }
H1.HeaderClassName
{
color: #769323;
}
.AnyTagClassName
{
color: #769323;
}
</style>
background-color css
<style>
a { background-color: #769323; }
a { background-color: rgb(118,147,35); }
div.DivClassName
{
background-color: #769323;
}
.BgClassName
{
background-color: #769323;
}
</style>
border-color css
<style>
span { border-color: #769323; }
span { border-color: rgb(118,147,35); }
td.TdClassName
{
border-color: #769323;
}
.TagClassName
{
border-color: #769323;
}
</style>