Shades of Olive #72830D
Tints of Olive #72830D
RGB
CMYK
RGB Variations
Color information
#72830D (or 0x72830D) is known color: Olive. HEX triplet: 72, 83 and 0D. RGB value is (114,131,13). Sum of RGB (Red+Green+Blue) = 114+131+13=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #72830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72830D is #8D7CF2. Grayscale: #707070. Windows color (decimal): -9272563 or 885618. OLE color: 885618.
HSL color Cylindrical-coordinate representation of color #72830D: hue angle of 68.64º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72830D is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 13 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.49 |
| HSL | 68.64º | 0.82% | 0.28% | - |
| HSV(B) | 68.64º | 0.9% | 0.51% | - |
| XYZ | 15.13 | 19.84 | 3.41 | - |
| YUV | 112.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 13 | 0.13 | 0 | 0.90 | 0.49 | 68.64 | 0.82 | 0.28 |
| Hex | 72 | 83 | D | D | 0 | 5A | 31 | 45 | 52 | 1C |
| Octal | 162 | 203 | 15 | 15 | 0 | 132 | 61 | 105 | 122 | 34 |
| Binary | 1110010 | 10000011 | 1101 | 1101 | 0 | 1011010 | 110001 | 1000101 | 1010010 | 11100 |
Color Harmonies of #72830D
Complementary color
Monochromatic Colors of #72830D
Black with #72830D
Text Example
Text Example
White with #72830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72830D; }
p { color: rgb(114,131,13); }
H1.HeaderClassName
{
color: #72830D;
}
.AnyTagClassName
{
color: #72830D;
}
</style>
background-color css
<style>
a { background-color: #72830D; }
a { background-color: rgb(114,131,13); }
div.DivClassName
{
background-color: #72830D;
}
.BgClassName
{
background-color: #72830D;
}
</style>
border-color css
<style>
span { border-color: #72830D; }
span { border-color: rgb(114,131,13); }
td.TdClassName
{
border-color: #72830D;
}
.TagClassName
{
border-color: #72830D;
}
</style>