Shades of Olive Drab #74900B
Tints of Olive Drab #74900B
RGB
CMYK
RGB Variations
Color information
#74900B (or 0x74900B) is known color: Olive Drab. HEX triplet: 74, 90 and 0B. RGB value is (116,144,11). Sum of RGB (Red+Green+Blue) = 116+144+11=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #74900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74900B is #8B6FF4. Grayscale: #787878. Windows color (decimal): -9138165 or 757876. OLE color: 757876.
HSL color Cylindrical-coordinate representation of color #74900B: hue angle of 72.63º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74900B is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 11 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.44 |
| HSL | 72.63º | 0.86% | 0.3% | - |
| HSV(B) | 72.63º | 0.92% | 0.56% | - |
| XYZ | 17.24 | 23.68 | 3.98 | - |
| YUV | 120.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 11 | 0.19 | 0 | 0.92 | 0.44 | 72.63 | 0.86 | 0.3 |
| Hex | 74 | 90 | B | 13 | 0 | 5C | 2C | 49 | 56 | 1E |
| Octal | 164 | 220 | 13 | 23 | 0 | 134 | 54 | 111 | 126 | 36 |
| Binary | 1110100 | 10010000 | 1011 | 10011 | 0 | 1011100 | 101100 | 1001001 | 1010110 | 11110 |
Color Harmonies of #74900B
Complementary color
Monochromatic Colors of #74900B
Black with #74900B
Text Example
Text Example
White with #74900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74900B; }
p { color: rgb(116,144,11); }
H1.HeaderClassName
{
color: #74900B;
}
.AnyTagClassName
{
color: #74900B;
}
</style>
background-color css
<style>
a { background-color: #74900B; }
a { background-color: rgb(116,144,11); }
div.DivClassName
{
background-color: #74900B;
}
.BgClassName
{
background-color: #74900B;
}
</style>
border-color css
<style>
span { border-color: #74900B; }
span { border-color: rgb(116,144,11); }
td.TdClassName
{
border-color: #74900B;
}
.TagClassName
{
border-color: #74900B;
}
</style>