Shades of Olive #726F0D
Tints of Olive #726F0D
RGB
CMYK
RGB Variations
Color information
#726F0D (or 0x726F0D) is known color: Olive. HEX triplet: 72, 6F and 0D. RGB value is (114,111,13). Sum of RGB (Red+Green+Blue) = 114+111+13=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #726F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F0D is #8D90F2. Grayscale: #656565. Windows color (decimal): -9277683 or 880498. OLE color: 880498.
HSL color Cylindrical-coordinate representation of color #726F0D: hue angle of 58.22º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #726F0D is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 13 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.55 |
| HSL | 58.22º | 0.8% | 0.25% | - |
| HSV(B) | 58.22º | 0.89% | 0.45% | - |
| XYZ | 12.7 | 14.98 | 2.6 | - |
| YUV | 100.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 13 | 0 | 0.03 | 0.89 | 0.55 | 58.22 | 0.8 | 0.25 |
| Hex | 72 | 6F | D | 0 | 3 | 59 | 37 | 3A | 50 | 19 |
| Octal | 162 | 157 | 15 | 0 | 3 | 131 | 67 | 72 | 120 | 31 |
| Binary | 1110010 | 1101111 | 1101 | 0 | 11 | 1011001 | 110111 | 111010 | 1010000 | 11001 |
Color Harmonies of #726F0D
Complementary color
Monochromatic Colors of #726F0D
Black with #726F0D
Text Example
Text Example
White with #726F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F0D; }
p { color: rgb(114,111,13); }
H1.HeaderClassName
{
color: #726F0D;
}
.AnyTagClassName
{
color: #726F0D;
}
</style>
background-color css
<style>
a { background-color: #726F0D; }
a { background-color: rgb(114,111,13); }
div.DivClassName
{
background-color: #726F0D;
}
.BgClassName
{
background-color: #726F0D;
}
</style>
border-color css
<style>
span { border-color: #726F0D; }
span { border-color: rgb(114,111,13); }
td.TdClassName
{
border-color: #726F0D;
}
.TagClassName
{
border-color: #726F0D;
}
</style>