Shades of Olive Drab #74951B
Tints of Olive Drab #74951B
RGB
CMYK
RGB Variations
Color information
#74951B (or 0x74951B) is known color: Olive Drab. HEX triplet: 74, 95 and 1B. RGB value is (116,149,27). Sum of RGB (Red+Green+Blue) = 116+149+27=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #74951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74951B is #8B6AE4. Grayscale: #7D7D7D. Windows color (decimal): -9136869 or 1807732. OLE color: 1807732.
HSL color Cylindrical-coordinate representation of color #74951B: hue angle of 76.23º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74951B is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 27 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.42 |
| HSL | 76.23º | 0.69% | 0.35% | - |
| HSV(B) | 76.23º | 0.82% | 0.58% | - |
| XYZ | 18.15 | 25.29 | 4.96 | - |
| YUV | 125.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 27 | 0.22 | 0 | 0.82 | 0.42 | 76.23 | 0.69 | 0.35 |
| Hex | 74 | 95 | 1B | 16 | 0 | 52 | 2A | 4C | 45 | 23 |
| Octal | 164 | 225 | 33 | 26 | 0 | 122 | 52 | 114 | 105 | 43 |
| Binary | 1110100 | 10010101 | 11011 | 10110 | 0 | 1010010 | 101010 | 1001100 | 1000101 | 100011 |
Color Harmonies of #74951B
Complementary color
Monochromatic Colors of #74951B
Black with #74951B
Text Example
Text Example
White with #74951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74951B; }
p { color: rgb(116,149,27); }
H1.HeaderClassName
{
color: #74951B;
}
.AnyTagClassName
{
color: #74951B;
}
</style>
background-color css
<style>
a { background-color: #74951B; }
a { background-color: rgb(116,149,27); }
div.DivClassName
{
background-color: #74951B;
}
.BgClassName
{
background-color: #74951B;
}
</style>
border-color css
<style>
span { border-color: #74951B; }
span { border-color: rgb(116,149,27); }
td.TdClassName
{
border-color: #74951B;
}
.TagClassName
{
border-color: #74951B;
}
</style>