Shades of Olive #726B0C
Tints of Olive #726B0C
RGB
CMYK
RGB Variations
Color information
#726B0C (or 0x726B0C) is known color: Olive. HEX triplet: 72, 6B and 0C. RGB value is (114,107,12). Sum of RGB (Red+Green+Blue) = 114+107+12=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B0C is #8D94F3. Grayscale: #626262. Windows color (decimal): -9278708 or 813938. OLE color: 813938.
HSL color Cylindrical-coordinate representation of color #726B0C: hue angle of 55.88º degrees, saturation: 0.81, 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 #726B0C is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 12 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.55 |
| HSL | 55.88º | 0.81% | 0.25% | - |
| HSV(B) | 55.88º | 0.89% | 0.45% | - |
| XYZ | 12.26 | 14.12 | 2.43 | - |
| YUV | 98.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 12 | 0 | 0.06 | 0.89 | 0.55 | 55.88 | 0.81 | 0.25 |
| Hex | 72 | 6B | C | 0 | 6 | 59 | 37 | 38 | 51 | 19 |
| Octal | 162 | 153 | 14 | 0 | 6 | 131 | 67 | 70 | 121 | 31 |
| Binary | 1110010 | 1101011 | 1100 | 0 | 110 | 1011001 | 110111 | 111000 | 1010001 | 11001 |
Color Harmonies of #726B0C
Complementary color
Monochromatic Colors of #726B0C
Black with #726B0C
Text Example
Text Example
White with #726B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B0C; }
p { color: rgb(114,107,12); }
H1.HeaderClassName
{
color: #726B0C;
}
.AnyTagClassName
{
color: #726B0C;
}
</style>
background-color css
<style>
a { background-color: #726B0C; }
a { background-color: rgb(114,107,12); }
div.DivClassName
{
background-color: #726B0C;
}
.BgClassName
{
background-color: #726B0C;
}
</style>
border-color css
<style>
span { border-color: #726B0C; }
span { border-color: rgb(114,107,12); }
td.TdClassName
{
border-color: #726B0C;
}
.TagClassName
{
border-color: #726B0C;
}
</style>