Shades of Olivetone #716723
Tints of Olivetone #716723
RGB
CMYK
RGB Variations
Color information
#716723 (or 0x716723) is known color: Olivetone. HEX triplet: 71, 67 and 23. RGB value is (113,103,35). Sum of RGB (Red+Green+Blue) = 113+103+35=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716723 is #8E98DC. Grayscale: #626262. Windows color (decimal): -9345245 or 2320241. OLE color: 2320241.
HSL color Cylindrical-coordinate representation of color #716723: hue angle of 52.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #716723 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 103 | 35 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.56 |
| HSL | 52.31º | 0.53% | 0.29% | - |
| HSV(B) | 52.31º | 0.69% | 0.44% | - |
| XYZ | 11.96 | 13.33 | 3.53 | - |
| YUV | 98.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 35 | 0 | 0.09 | 0.69 | 0.56 | 52.31 | 0.53 | 0.29 |
| Hex | 71 | 67 | 23 | 0 | 9 | 45 | 38 | 34 | 35 | 1D |
| Octal | 161 | 147 | 43 | 0 | 11 | 105 | 70 | 64 | 65 | 35 |
| Binary | 1110001 | 1100111 | 100011 | 0 | 1001 | 1000101 | 111000 | 110100 | 110101 | 11101 |
Color Harmonies of #716723
Complementary color
Monochromatic Colors of #716723
Black with #716723
Text Example
Text Example
White with #716723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716723; }
p { color: rgb(113,103,35); }
H1.HeaderClassName
{
color: #716723;
}
.AnyTagClassName
{
color: #716723;
}
</style>
background-color css
<style>
a { background-color: #716723; }
a { background-color: rgb(113,103,35); }
div.DivClassName
{
background-color: #716723;
}
.BgClassName
{
background-color: #716723;
}
</style>
border-color css
<style>
span { border-color: #716723; }
span { border-color: rgb(113,103,35); }
td.TdClassName
{
border-color: #716723;
}
.TagClassName
{
border-color: #716723;
}
</style>