Shades of Olivetone #726A1C
Tints of Olivetone #726A1C
RGB
CMYK
RGB Variations
Color information
#726A1C (or 0x726A1C) is known color: Olivetone. HEX triplet: 72, 6A and 1C. RGB value is (114,106,28). Sum of RGB (Red+Green+Blue) = 114+106+28=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A1C is #8D95E3. Grayscale: #636363. Windows color (decimal): -9278948 or 1862258. OLE color: 1862258.
HSL color Cylindrical-coordinate representation of color #726A1C: hue angle of 54.42º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #726A1C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 28 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.55 |
| HSL | 54.42º | 0.61% | 0.28% | - |
| HSV(B) | 54.42º | 0.75% | 0.45% | - |
| XYZ | 12.3 | 13.97 | 3.15 | - |
| YUV | 99.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 28 | 0 | 0.07 | 0.75 | 0.55 | 54.42 | 0.61 | 0.28 |
| Hex | 72 | 6A | 1C | 0 | 7 | 4B | 37 | 36 | 3D | 1C |
| Octal | 162 | 152 | 34 | 0 | 7 | 113 | 67 | 66 | 75 | 34 |
| Binary | 1110010 | 1101010 | 11100 | 0 | 111 | 1001011 | 110111 | 110110 | 111101 | 11100 |
Color Harmonies of #726A1C
Complementary color
Monochromatic Colors of #726A1C
Black with #726A1C
Text Example
Text Example
White with #726A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A1C; }
p { color: rgb(114,106,28); }
H1.HeaderClassName
{
color: #726A1C;
}
.AnyTagClassName
{
color: #726A1C;
}
</style>
background-color css
<style>
a { background-color: #726A1C; }
a { background-color: rgb(114,106,28); }
div.DivClassName
{
background-color: #726A1C;
}
.BgClassName
{
background-color: #726A1C;
}
</style>
border-color css
<style>
span { border-color: #726A1C; }
span { border-color: rgb(114,106,28); }
td.TdClassName
{
border-color: #726A1C;
}
.TagClassName
{
border-color: #726A1C;
}
</style>