Shades of Olive Drab #74932C
Tints of Olive Drab #74932C
RGB
CMYK
RGB Variations
Color information
#74932C (or 0x74932C) is known color: Olive Drab. HEX triplet: 74, 93 and 2C. RGB value is (116,147,44). Sum of RGB (Red+Green+Blue) = 116+147+44=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #74932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74932C is #8B6CD3. Grayscale: #7E7E7E. Windows color (decimal): -9137364 or 2921332. OLE color: 2921332.
HSL color Cylindrical-coordinate representation of color #74932C: hue angle of 78.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74932C is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 44 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.42 |
| HSL | 78.06º | 0.54% | 0.37% | - |
| HSV(B) | 78.06º | 0.7% | 0.58% | - |
| XYZ | 18.09 | 24.76 | 6.21 | - |
| YUV | 125.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 44 | 0.21 | 0 | 0.70 | 0.42 | 78.06 | 0.54 | 0.37 |
| Hex | 74 | 93 | 2C | 15 | 0 | 46 | 2A | 4E | 36 | 25 |
| Octal | 164 | 223 | 54 | 25 | 0 | 106 | 52 | 116 | 66 | 45 |
| Binary | 1110100 | 10010011 | 101100 | 10101 | 0 | 1000110 | 101010 | 1001110 | 110110 | 100101 |
Color Harmonies of #74932C
Complementary color
Monochromatic Colors of #74932C
Black with #74932C
Text Example
Text Example
White with #74932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74932C; }
p { color: rgb(116,147,44); }
H1.HeaderClassName
{
color: #74932C;
}
.AnyTagClassName
{
color: #74932C;
}
</style>
background-color css
<style>
a { background-color: #74932C; }
a { background-color: rgb(116,147,44); }
div.DivClassName
{
background-color: #74932C;
}
.BgClassName
{
background-color: #74932C;
}
</style>
border-color css
<style>
span { border-color: #74932C; }
span { border-color: rgb(116,147,44); }
td.TdClassName
{
border-color: #74932C;
}
.TagClassName
{
border-color: #74932C;
}
</style>