Shades of Olive Drab #72902F
Tints of Olive Drab #72902F
RGB
CMYK
RGB Variations
Color information
#72902F (or 0x72902F) is known color: Olive Drab. HEX triplet: 72, 90 and 2F. RGB value is (114,144,47). Sum of RGB (Red+Green+Blue) = 114+144+47=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #72902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72902F is #8D6FD0. Grayscale: #7C7C7C. Windows color (decimal): -9269201 or 3117170. OLE color: 3117170.
HSL color Cylindrical-coordinate representation of color #72902F: hue angle of 78.56º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72902F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 47 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.44 |
| HSL | 78.56º | 0.51% | 0.37% | - |
| HSV(B) | 78.56º | 0.67% | 0.56% | - |
| XYZ | 17.43 | 23.73 | 6.35 | - |
| YUV | 123.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 47 | 0.21 | 0 | 0.67 | 0.44 | 78.56 | 0.51 | 0.37 |
| Hex | 72 | 90 | 2F | 15 | 0 | 43 | 2C | 4F | 33 | 25 |
| Octal | 162 | 220 | 57 | 25 | 0 | 103 | 54 | 117 | 63 | 45 |
| Binary | 1110010 | 10010000 | 101111 | 10101 | 0 | 1000011 | 101100 | 1001111 | 110011 | 100101 |
Color Harmonies of #72902F
Complementary color
Monochromatic Colors of #72902F
Black with #72902F
Text Example
Text Example
White with #72902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72902F; }
p { color: rgb(114,144,47); }
H1.HeaderClassName
{
color: #72902F;
}
.AnyTagClassName
{
color: #72902F;
}
</style>
background-color css
<style>
a { background-color: #72902F; }
a { background-color: rgb(114,144,47); }
div.DivClassName
{
background-color: #72902F;
}
.BgClassName
{
background-color: #72902F;
}
</style>
border-color css
<style>
span { border-color: #72902F; }
span { border-color: rgb(114,144,47); }
td.TdClassName
{
border-color: #72902F;
}
.TagClassName
{
border-color: #72902F;
}
</style>