Shades of Olive Drab #769523
Tints of Olive Drab #769523
RGB
CMYK
RGB Variations
Color information
#769523 (or 0x769523) is known color: Olive Drab. HEX triplet: 76, 95 and 23. RGB value is (118,149,35). Sum of RGB (Red+Green+Blue) = 118+149+35=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #769523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769523 is #896ADC. Grayscale: #7F7F7F. Windows color (decimal): -9005789 or 2332022. OLE color: 2332022.
HSL color Cylindrical-coordinate representation of color #769523: hue angle of 76.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #769523 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 35 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.42 |
| HSL | 76.32º | 0.62% | 0.36% | - |
| HSV(B) | 76.32º | 0.77% | 0.58% | - |
| XYZ | 18.52 | 25.47 | 5.53 | - |
| YUV | 126.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 35 | 0.21 | 0 | 0.77 | 0.42 | 76.32 | 0.62 | 0.36 |
| Hex | 76 | 95 | 23 | 15 | 0 | 4D | 2A | 4C | 3E | 24 |
| Octal | 166 | 225 | 43 | 25 | 0 | 115 | 52 | 114 | 76 | 44 |
| Binary | 1110110 | 10010101 | 100011 | 10101 | 0 | 1001101 | 101010 | 1001100 | 111110 | 100100 |
Color Harmonies of #769523
Complementary color
Monochromatic Colors of #769523
Black with #769523
Text Example
Text Example
White with #769523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769523; }
p { color: rgb(118,149,35); }
H1.HeaderClassName
{
color: #769523;
}
.AnyTagClassName
{
color: #769523;
}
</style>
background-color css
<style>
a { background-color: #769523; }
a { background-color: rgb(118,149,35); }
div.DivClassName
{
background-color: #769523;
}
.BgClassName
{
background-color: #769523;
}
</style>
border-color css
<style>
span { border-color: #769523; }
span { border-color: rgb(118,149,35); }
td.TdClassName
{
border-color: #769523;
}
.TagClassName
{
border-color: #769523;
}
</style>