Shades of Olive Drab #72930D
Tints of Olive Drab #72930D
RGB
CMYK
RGB Variations
Color information
#72930D (or 0x72930D) is known color: Olive Drab. HEX triplet: 72, 93 and 0D. RGB value is (114,147,13). Sum of RGB (Red+Green+Blue) = 114+147+13=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #72930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72930D is #8D6CF2. Grayscale: #7A7A7A. Windows color (decimal): -9268467 or 889714. OLE color: 889714.
HSL color Cylindrical-coordinate representation of color #72930D: hue angle of 74.78º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72930D is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 13 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.42 |
| HSL | 74.78º | 0.84% | 0.31% | - |
| HSV(B) | 74.78º | 0.91% | 0.58% | - |
| XYZ | 17.45 | 24.47 | 4.19 | - |
| YUV | 121.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 13 | 0.22 | 0 | 0.91 | 0.42 | 74.78 | 0.84 | 0.31 |
| Hex | 72 | 93 | D | 16 | 0 | 5B | 2A | 4B | 54 | 1F |
| Octal | 162 | 223 | 15 | 26 | 0 | 133 | 52 | 113 | 124 | 37 |
| Binary | 1110010 | 10010011 | 1101 | 10110 | 0 | 1011011 | 101010 | 1001011 | 1010100 | 11111 |
Color Harmonies of #72930D
Complementary color
Monochromatic Colors of #72930D
Black with #72930D
Text Example
Text Example
White with #72930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72930D; }
p { color: rgb(114,147,13); }
H1.HeaderClassName
{
color: #72930D;
}
.AnyTagClassName
{
color: #72930D;
}
</style>
background-color css
<style>
a { background-color: #72930D; }
a { background-color: rgb(114,147,13); }
div.DivClassName
{
background-color: #72930D;
}
.BgClassName
{
background-color: #72930D;
}
</style>
border-color css
<style>
span { border-color: #72930D; }
span { border-color: rgb(114,147,13); }
td.TdClassName
{
border-color: #72930D;
}
.TagClassName
{
border-color: #72930D;
}
</style>