Shades of Olive Drab #769524
Tints of Olive Drab #769524
RGB
CMYK
RGB Variations
Color information
#769524 (or 0x769524) is known color: Olive Drab. HEX triplet: 76, 95 and 24. RGB value is (118,149,36). Sum of RGB (Red+Green+Blue) = 118+149+36=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #769524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769524 is #896ADB. Grayscale: #7F7F7F. Windows color (decimal): -9005788 or 2397558. OLE color: 2397558.
HSL color Cylindrical-coordinate representation of color #769524: hue angle of 76.46º degrees, saturation: 0.61, 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 #769524 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 36 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.42 |
| HSL | 76.46º | 0.61% | 0.36% | - |
| HSV(B) | 76.46º | 0.76% | 0.58% | - |
| XYZ | 18.54 | 25.47 | 5.61 | - |
| YUV | 126.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 36 | 0.21 | 0 | 0.76 | 0.42 | 76.46 | 0.61 | 0.36 |
| Hex | 76 | 95 | 24 | 15 | 0 | 4C | 2A | 4C | 3D | 24 |
| Octal | 166 | 225 | 44 | 25 | 0 | 114 | 52 | 114 | 75 | 44 |
| Binary | 1110110 | 10010101 | 100100 | 10101 | 0 | 1001100 | 101010 | 1001100 | 111101 | 100100 |
Color Harmonies of #769524
Complementary color
Monochromatic Colors of #769524
Black with #769524
Text Example
Text Example
White with #769524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769524; }
p { color: rgb(118,149,36); }
H1.HeaderClassName
{
color: #769524;
}
.AnyTagClassName
{
color: #769524;
}
</style>
background-color css
<style>
a { background-color: #769524; }
a { background-color: rgb(118,149,36); }
div.DivClassName
{
background-color: #769524;
}
.BgClassName
{
background-color: #769524;
}
</style>
border-color css
<style>
span { border-color: #769524; }
span { border-color: rgb(118,149,36); }
td.TdClassName
{
border-color: #769524;
}
.TagClassName
{
border-color: #769524;
}
</style>