Shades of Olive Drab #719427
Tints of Olive Drab #719427
RGB
CMYK
RGB Variations
Color information
#719427 (or 0x719427) is known color: Olive Drab. HEX triplet: 71, 94 and 27. RGB value is (113,148,39). Sum of RGB (Red+Green+Blue) = 113+148+39=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #719427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719427 is #8E6BD8. Grayscale: #7D7D7D. Windows color (decimal): -9333721 or 2593905. OLE color: 2593905.
HSL color Cylindrical-coordinate representation of color #719427: hue angle of 79.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #719427 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 148 | 39 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.42 |
| HSL | 79.27º | 0.58% | 0.37% | - |
| HSV(B) | 79.27º | 0.74% | 0.58% | - |
| XYZ | 17.77 | 24.84 | 5.78 | - |
| YUV | 125.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 39 | 0.24 | 0 | 0.74 | 0.42 | 79.27 | 0.58 | 0.37 |
| Hex | 71 | 94 | 27 | 18 | 0 | 4A | 2A | 4F | 3A | 25 |
| Octal | 161 | 224 | 47 | 30 | 0 | 112 | 52 | 117 | 72 | 45 |
| Binary | 1110001 | 10010100 | 100111 | 11000 | 0 | 1001010 | 101010 | 1001111 | 111010 | 100101 |
Color Harmonies of #719427
Complementary color
Monochromatic Colors of #719427
Black with #719427
Text Example
Text Example
White with #719427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719427; }
p { color: rgb(113,148,39); }
H1.HeaderClassName
{
color: #719427;
}
.AnyTagClassName
{
color: #719427;
}
</style>
background-color css
<style>
a { background-color: #719427; }
a { background-color: rgb(113,148,39); }
div.DivClassName
{
background-color: #719427;
}
.BgClassName
{
background-color: #719427;
}
</style>
border-color css
<style>
span { border-color: #719427; }
span { border-color: rgb(113,148,39); }
td.TdClassName
{
border-color: #719427;
}
.TagClassName
{
border-color: #719427;
}
</style>