Shades of Olive Drab #74932D
Tints of Olive Drab #74932D
RGB
CMYK
RGB Variations
Color information
#74932D (or 0x74932D) is known color: Olive Drab. HEX triplet: 74, 93 and 2D. RGB value is (116,147,45). Sum of RGB (Red+Green+Blue) = 116+147+45=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #74932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74932D is #8B6CD2. Grayscale: #7E7E7E. Windows color (decimal): -9137363 or 2986868. OLE color: 2986868.
HSL color Cylindrical-coordinate representation of color #74932D: hue angle of 78.24º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74932D is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 45 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.42 |
| HSL | 78.24º | 0.53% | 0.38% | - |
| HSV(B) | 78.24º | 0.69% | 0.58% | - |
| XYZ | 18.11 | 24.77 | 6.31 | - |
| YUV | 126.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 45 | 0.21 | 0 | 0.69 | 0.42 | 78.24 | 0.53 | 0.38 |
| Hex | 74 | 93 | 2D | 15 | 0 | 45 | 2A | 4E | 35 | 26 |
| Octal | 164 | 223 | 55 | 25 | 0 | 105 | 52 | 116 | 65 | 46 |
| Binary | 1110100 | 10010011 | 101101 | 10101 | 0 | 1000101 | 101010 | 1001110 | 110101 | 100110 |
Color Harmonies of #74932D
Complementary color
Monochromatic Colors of #74932D
Black with #74932D
Text Example
Text Example
White with #74932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74932D; }
p { color: rgb(116,147,45); }
H1.HeaderClassName
{
color: #74932D;
}
.AnyTagClassName
{
color: #74932D;
}
</style>
background-color css
<style>
a { background-color: #74932D; }
a { background-color: rgb(116,147,45); }
div.DivClassName
{
background-color: #74932D;
}
.BgClassName
{
background-color: #74932D;
}
</style>
border-color css
<style>
span { border-color: #74932D; }
span { border-color: rgb(116,147,45); }
td.TdClassName
{
border-color: #74932D;
}
.TagClassName
{
border-color: #74932D;
}
</style>