Shades of Olivetone #71752A
Tints of Olivetone #71752A
RGB
CMYK
RGB Variations
Color information
#71752A (or 0x71752A) is known color: Olivetone. HEX triplet: 71, 75 and 2A. RGB value is (113,117,42). Sum of RGB (Red+Green+Blue) = 113+117+42=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #71752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71752A is #8E8AD5. Grayscale: #6B6B6B. Windows color (decimal): -9341654 or 2782577. OLE color: 2782577.
HSL color Cylindrical-coordinate representation of color #71752A: hue angle of 63.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71752A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 42 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.54 |
| HSL | 63.2º | 0.47% | 0.31% | - |
| HSV(B) | 63.2º | 0.64% | 0.46% | - |
| XYZ | 13.59 | 16.4 | 4.64 | - |
| YUV | 107.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 42 | 0.03 | 0 | 0.64 | 0.54 | 63.2 | 0.47 | 0.31 |
| Hex | 71 | 75 | 2A | 3 | 0 | 40 | 36 | 3F | 2F | 1F |
| Octal | 161 | 165 | 52 | 3 | 0 | 100 | 66 | 77 | 57 | 37 |
| Binary | 1110001 | 1110101 | 101010 | 11 | 0 | 1000000 | 110110 | 111111 | 101111 | 11111 |
Color Harmonies of #71752A
Complementary color
Monochromatic Colors of #71752A
Black with #71752A
Text Example
Text Example
White with #71752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71752A; }
p { color: rgb(113,117,42); }
H1.HeaderClassName
{
color: #71752A;
}
.AnyTagClassName
{
color: #71752A;
}
</style>
background-color css
<style>
a { background-color: #71752A; }
a { background-color: rgb(113,117,42); }
div.DivClassName
{
background-color: #71752A;
}
.BgClassName
{
background-color: #71752A;
}
</style>
border-color css
<style>
span { border-color: #71752A; }
span { border-color: rgb(113,117,42); }
td.TdClassName
{
border-color: #71752A;
}
.TagClassName
{
border-color: #71752A;
}
</style>