Shades of Olive Drab #74940B
Tints of Olive Drab #74940B
RGB
CMYK
RGB Variations
Color information
#74940B (or 0x74940B) is known color: Olive Drab. HEX triplet: 74, 94 and 0B. RGB value is (116,148,11). Sum of RGB (Red+Green+Blue) = 116+148+11=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #74940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74940B is #8B6BF4. Grayscale: #7B7B7B. Windows color (decimal): -9137141 or 758900. OLE color: 758900.
HSL color Cylindrical-coordinate representation of color #74940B: hue angle of 74.01º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74940B is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 11 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.42 |
| HSL | 74.01º | 0.86% | 0.31% | - |
| HSV(B) | 74.01º | 0.93% | 0.58% | - |
| XYZ | 17.85 | 24.92 | 4.19 | - |
| YUV | 122.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 11 | 0.22 | 0 | 0.93 | 0.42 | 74.01 | 0.86 | 0.31 |
| Hex | 74 | 94 | B | 16 | 0 | 5D | 2A | 4A | 56 | 1F |
| Octal | 164 | 224 | 13 | 26 | 0 | 135 | 52 | 112 | 126 | 37 |
| Binary | 1110100 | 10010100 | 1011 | 10110 | 0 | 1011101 | 101010 | 1001010 | 1010110 | 11111 |
Color Harmonies of #74940B
Complementary color
Monochromatic Colors of #74940B
Black with #74940B
Text Example
Text Example
White with #74940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74940B; }
p { color: rgb(116,148,11); }
H1.HeaderClassName
{
color: #74940B;
}
.AnyTagClassName
{
color: #74940B;
}
</style>
background-color css
<style>
a { background-color: #74940B; }
a { background-color: rgb(116,148,11); }
div.DivClassName
{
background-color: #74940B;
}
.BgClassName
{
background-color: #74940B;
}
</style>
border-color css
<style>
span { border-color: #74940B; }
span { border-color: rgb(116,148,11); }
td.TdClassName
{
border-color: #74940B;
}
.TagClassName
{
border-color: #74940B;
}
</style>