Shades of Olive Drab #74902C
Tints of Olive Drab #74902C
RGB
CMYK
RGB Variations
Color information
#74902C (or 0x74902C) is known color: Olive Drab. HEX triplet: 74, 90 and 2C. RGB value is (116,144,44). Sum of RGB (Red+Green+Blue) = 116+144+44=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #74902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74902C is #8B6FD3. Grayscale: #7C7C7C. Windows color (decimal): -9138132 or 2920564. OLE color: 2920564.
HSL color Cylindrical-coordinate representation of color #74902C: hue angle of 76.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74902C is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 44 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.44 |
| HSL | 76.8º | 0.53% | 0.37% | - |
| HSV(B) | 76.8º | 0.69% | 0.56% | - |
| XYZ | 17.63 | 23.84 | 6.06 | - |
| YUV | 124.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 44 | 0.19 | 0 | 0.69 | 0.44 | 76.8 | 0.53 | 0.37 |
| Hex | 74 | 90 | 2C | 13 | 0 | 45 | 2C | 4D | 35 | 25 |
| Octal | 164 | 220 | 54 | 23 | 0 | 105 | 54 | 115 | 65 | 45 |
| Binary | 1110100 | 10010000 | 101100 | 10011 | 0 | 1000101 | 101100 | 1001101 | 110101 | 100101 |
Color Harmonies of #74902C
Complementary color
Monochromatic Colors of #74902C
Black with #74902C
Text Example
Text Example
White with #74902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74902C; }
p { color: rgb(116,144,44); }
H1.HeaderClassName
{
color: #74902C;
}
.AnyTagClassName
{
color: #74902C;
}
</style>
background-color css
<style>
a { background-color: #74902C; }
a { background-color: rgb(116,144,44); }
div.DivClassName
{
background-color: #74902C;
}
.BgClassName
{
background-color: #74902C;
}
</style>
border-color css
<style>
span { border-color: #74902C; }
span { border-color: rgb(116,144,44); }
td.TdClassName
{
border-color: #74902C;
}
.TagClassName
{
border-color: #74902C;
}
</style>