Shades of Olive #726B0B
Tints of Olive #726B0B
RGB
CMYK
RGB Variations
Color information
#726B0B (or 0x726B0B) is known color: Olive. HEX triplet: 72, 6B and 0B. RGB value is (114,107,11). Sum of RGB (Red+Green+Blue) = 114+107+11=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B0B is #8D94F4. Grayscale: #626262. Windows color (decimal): -9278709 or 748402. OLE color: 748402.
HSL color Cylindrical-coordinate representation of color #726B0B: hue angle of 55.92º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #726B0B is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 11 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.55 |
| HSL | 55.92º | 0.82% | 0.25% | - |
| HSV(B) | 55.92º | 0.9% | 0.45% | - |
| XYZ | 12.26 | 14.12 | 2.4 | - |
| YUV | 98.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 11 | 0 | 0.06 | 0.90 | 0.55 | 55.92 | 0.82 | 0.25 |
| Hex | 72 | 6B | B | 0 | 6 | 5A | 37 | 38 | 52 | 19 |
| Octal | 162 | 153 | 13 | 0 | 6 | 132 | 67 | 70 | 122 | 31 |
| Binary | 1110010 | 1101011 | 1011 | 0 | 110 | 1011010 | 110111 | 111000 | 1010010 | 11001 |
Color Harmonies of #726B0B
Complementary color
Monochromatic Colors of #726B0B
Black with #726B0B
Text Example
Text Example
White with #726B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B0B; }
p { color: rgb(114,107,11); }
H1.HeaderClassName
{
color: #726B0B;
}
.AnyTagClassName
{
color: #726B0B;
}
</style>
background-color css
<style>
a { background-color: #726B0B; }
a { background-color: rgb(114,107,11); }
div.DivClassName
{
background-color: #726B0B;
}
.BgClassName
{
background-color: #726B0B;
}
</style>
border-color css
<style>
span { border-color: #726B0B; }
span { border-color: rgb(114,107,11); }
td.TdClassName
{
border-color: #726B0B;
}
.TagClassName
{
border-color: #726B0B;
}
</style>