Shades of Olive Drab #749623
Tints of Olive Drab #749623
RGB
CMYK
RGB Variations
Color information
#749623 (or 0x749623) is known color: Olive Drab. HEX triplet: 74, 96 and 23. RGB value is (116,150,35). Sum of RGB (Red+Green+Blue) = 116+150+35=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #749623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749623 is #8B69DC. Grayscale: #7F7F7F. Windows color (decimal): -9136605 or 2332276. OLE color: 2332276.
HSL color Cylindrical-coordinate representation of color #749623: hue angle of 77.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #749623 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 35 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.41 |
| HSL | 77.74º | 0.62% | 0.36% | - |
| HSV(B) | 77.74º | 0.77% | 0.59% | - |
| XYZ | 18.41 | 25.65 | 5.57 | - |
| YUV | 126.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 35 | 0.23 | 0 | 0.77 | 0.41 | 77.74 | 0.62 | 0.36 |
| Hex | 74 | 96 | 23 | 17 | 0 | 4D | 29 | 4E | 3E | 24 |
| Octal | 164 | 226 | 43 | 27 | 0 | 115 | 51 | 116 | 76 | 44 |
| Binary | 1110100 | 10010110 | 100011 | 10111 | 0 | 1001101 | 101001 | 1001110 | 111110 | 100100 |
Color Harmonies of #749623
Complementary color
Monochromatic Colors of #749623
Black with #749623
Text Example
Text Example
White with #749623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749623; }
p { color: rgb(116,150,35); }
H1.HeaderClassName
{
color: #749623;
}
.AnyTagClassName
{
color: #749623;
}
</style>
background-color css
<style>
a { background-color: #749623; }
a { background-color: rgb(116,150,35); }
div.DivClassName
{
background-color: #749623;
}
.BgClassName
{
background-color: #749623;
}
</style>
border-color css
<style>
span { border-color: #749623; }
span { border-color: rgb(116,150,35); }
td.TdClassName
{
border-color: #749623;
}
.TagClassName
{
border-color: #749623;
}
</style>