Shades of Olive Drab #74952A
Tints of Olive Drab #74952A
RGB
CMYK
RGB Variations
Color information
#74952A (or 0x74952A) is known color: Olive Drab. HEX triplet: 74, 95 and 2A. RGB value is (116,149,42). Sum of RGB (Red+Green+Blue) = 116+149+42=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #74952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74952A is #8B6AD5. Grayscale: #7F7F7F. Windows color (decimal): -9136854 or 2790772. OLE color: 2790772.
HSL color Cylindrical-coordinate representation of color #74952A: hue angle of 78.5º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74952A is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 42 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.42 |
| HSL | 78.5º | 0.56% | 0.37% | - |
| HSV(B) | 78.5º | 0.72% | 0.58% | - |
| XYZ | 18.37 | 25.38 | 6.12 | - |
| YUV | 126.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 42 | 0.22 | 0 | 0.72 | 0.42 | 78.5 | 0.56 | 0.37 |
| Hex | 74 | 95 | 2A | 16 | 0 | 48 | 2A | 4F | 38 | 25 |
| Octal | 164 | 225 | 52 | 26 | 0 | 110 | 52 | 117 | 70 | 45 |
| Binary | 1110100 | 10010101 | 101010 | 10110 | 0 | 1001000 | 101010 | 1001111 | 111000 | 100101 |
Color Harmonies of #74952A
Complementary color
Monochromatic Colors of #74952A
Black with #74952A
Text Example
Text Example
White with #74952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74952A; }
p { color: rgb(116,149,42); }
H1.HeaderClassName
{
color: #74952A;
}
.AnyTagClassName
{
color: #74952A;
}
</style>
background-color css
<style>
a { background-color: #74952A; }
a { background-color: rgb(116,149,42); }
div.DivClassName
{
background-color: #74952A;
}
.BgClassName
{
background-color: #74952A;
}
</style>
border-color css
<style>
span { border-color: #74952A; }
span { border-color: rgb(116,149,42); }
td.TdClassName
{
border-color: #74952A;
}
.TagClassName
{
border-color: #74952A;
}
</style>