Shades of Olive #72800D
Tints of Olive #72800D
RGB
CMYK
RGB Variations
Color information
#72800D (or 0x72800D) is known color: Olive. HEX triplet: 72, 80 and 0D. RGB value is (114,128,13). Sum of RGB (Red+Green+Blue) = 114+128+13=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #72800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72800D is #8D7FF2. Grayscale: #6F6F6F. Windows color (decimal): -9273331 or 884850. OLE color: 884850.
HSL color Cylindrical-coordinate representation of color #72800D: hue angle of 67.3º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72800D is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 13 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.50 |
| HSL | 67.3º | 0.82% | 0.28% | - |
| HSV(B) | 67.3º | 0.9% | 0.5% | - |
| XYZ | 14.73 | 19.04 | 3.28 | - |
| YUV | 110.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 13 | 0.11 | 0 | 0.90 | 0.50 | 67.3 | 0.82 | 0.28 |
| Hex | 72 | 80 | D | B | 0 | 5A | 32 | 43 | 52 | 1C |
| Octal | 162 | 200 | 15 | 13 | 0 | 132 | 62 | 103 | 122 | 34 |
| Binary | 1110010 | 10000000 | 1101 | 1011 | 0 | 1011010 | 110010 | 1000011 | 1010010 | 11100 |
Color Harmonies of #72800D
Complementary color
Monochromatic Colors of #72800D
Black with #72800D
Text Example
Text Example
White with #72800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72800D; }
p { color: rgb(114,128,13); }
H1.HeaderClassName
{
color: #72800D;
}
.AnyTagClassName
{
color: #72800D;
}
</style>
background-color css
<style>
a { background-color: #72800D; }
a { background-color: rgb(114,128,13); }
div.DivClassName
{
background-color: #72800D;
}
.BgClassName
{
background-color: #72800D;
}
</style>
border-color css
<style>
span { border-color: #72800D; }
span { border-color: rgb(114,128,13); }
td.TdClassName
{
border-color: #72800D;
}
.TagClassName
{
border-color: #72800D;
}
</style>