Shades of Olive Drab #74902B
Tints of Olive Drab #74902B
RGB
CMYK
RGB Variations
Color information
#74902B (or 0x74902B) is known color: Olive Drab. HEX triplet: 74, 90 and 2B. RGB value is (116,144,43). Sum of RGB (Red+Green+Blue) = 116+144+43=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #74902B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74902B is #8B6FD4. Grayscale: #7C7C7C. Windows color (decimal): -9138133 or 2855028. OLE color: 2855028.
HSL color Cylindrical-coordinate representation of color #74902B: hue angle of 76.63º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74902B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 43 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.44 |
| HSL | 76.63º | 0.54% | 0.37% | - |
| HSV(B) | 76.63º | 0.7% | 0.56% | - |
| XYZ | 17.61 | 23.83 | 5.96 | - |
| YUV | 124.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 43 | 0.19 | 0 | 0.70 | 0.44 | 76.63 | 0.54 | 0.37 |
| Hex | 74 | 90 | 2B | 13 | 0 | 46 | 2C | 4D | 36 | 25 |
| Octal | 164 | 220 | 53 | 23 | 0 | 106 | 54 | 115 | 66 | 45 |
| Binary | 1110100 | 10010000 | 101011 | 10011 | 0 | 1000110 | 101100 | 1001101 | 110110 | 100101 |
Color Harmonies of #74902B
Complementary color
Monochromatic Colors of #74902B
Black with #74902B
Text Example
Text Example
White with #74902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74902B; }
p { color: rgb(116,144,43); }
H1.HeaderClassName
{
color: #74902B;
}
.AnyTagClassName
{
color: #74902B;
}
</style>
background-color css
<style>
a { background-color: #74902B; }
a { background-color: rgb(116,144,43); }
div.DivClassName
{
background-color: #74902B;
}
.BgClassName
{
background-color: #74902B;
}
</style>
border-color css
<style>
span { border-color: #74902B; }
span { border-color: rgb(116,144,43); }
td.TdClassName
{
border-color: #74902B;
}
.TagClassName
{
border-color: #74902B;
}
</style>