Shades of Olive #72820B
Tints of Olive #72820B
RGB
CMYK
RGB Variations
Color information
#72820B (or 0x72820B) is known color: Olive. HEX triplet: 72, 82 and 0B. RGB value is (114,130,11). Sum of RGB (Red+Green+Blue) = 114+130+11=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #72820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72820B is #8D7DF4. Grayscale: #707070. Windows color (decimal): -9272821 or 754290. OLE color: 754290.
HSL color Cylindrical-coordinate representation of color #72820B: hue angle of 68.07º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72820B is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 11 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.49 |
| HSL | 68.07º | 0.84% | 0.28% | - |
| HSV(B) | 68.07º | 0.92% | 0.51% | - |
| XYZ | 14.98 | 19.57 | 3.3 | - |
| YUV | 111.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 11 | 0.12 | 0 | 0.92 | 0.49 | 68.07 | 0.84 | 0.28 |
| Hex | 72 | 82 | B | C | 0 | 5C | 31 | 44 | 54 | 1C |
| Octal | 162 | 202 | 13 | 14 | 0 | 134 | 61 | 104 | 124 | 34 |
| Binary | 1110010 | 10000010 | 1011 | 1100 | 0 | 1011100 | 110001 | 1000100 | 1010100 | 11100 |
Color Harmonies of #72820B
Complementary color
Monochromatic Colors of #72820B
Black with #72820B
Text Example
Text Example
White with #72820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72820B; }
p { color: rgb(114,130,11); }
H1.HeaderClassName
{
color: #72820B;
}
.AnyTagClassName
{
color: #72820B;
}
</style>
background-color css
<style>
a { background-color: #72820B; }
a { background-color: rgb(114,130,11); }
div.DivClassName
{
background-color: #72820B;
}
.BgClassName
{
background-color: #72820B;
}
</style>
border-color css
<style>
span { border-color: #72820B; }
span { border-color: rgb(114,130,11); }
td.TdClassName
{
border-color: #72820B;
}
.TagClassName
{
border-color: #72820B;
}
</style>