Shades of Olivetone #71721C
Tints of Olivetone #71721C
RGB
CMYK
RGB Variations
Color information
#71721C (or 0x71721C) is known color: Olivetone. HEX triplet: 71, 72 and 1C. RGB value is (113,114,28). Sum of RGB (Red+Green+Blue) = 113+114+28=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #71721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71721C is #8E8DE3. Grayscale: #686868. Windows color (decimal): -9342436 or 1864305. OLE color: 1864305.
HSL color Cylindrical-coordinate representation of color #71721C: hue angle of 60.7º 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 #71721C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 28 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.55 |
| HSL | 60.7º | 0.61% | 0.28% | - |
| HSV(B) | 60.7º | 0.75% | 0.45% | - |
| XYZ | 13.04 | 15.63 | 3.43 | - |
| YUV | 103.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 28 | 0.01 | 0 | 0.75 | 0.55 | 60.7 | 0.61 | 0.28 |
| Hex | 71 | 72 | 1C | 1 | 0 | 4B | 37 | 3D | 3D | 1C |
| Octal | 161 | 162 | 34 | 1 | 0 | 113 | 67 | 75 | 75 | 34 |
| Binary | 1110001 | 1110010 | 11100 | 1 | 0 | 1001011 | 110111 | 111101 | 111101 | 11100 |
Color Harmonies of #71721C
Complementary color
Monochromatic Colors of #71721C
Black with #71721C
Text Example
Text Example
White with #71721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71721C; }
p { color: rgb(113,114,28); }
H1.HeaderClassName
{
color: #71721C;
}
.AnyTagClassName
{
color: #71721C;
}
</style>
background-color css
<style>
a { background-color: #71721C; }
a { background-color: rgb(113,114,28); }
div.DivClassName
{
background-color: #71721C;
}
.BgClassName
{
background-color: #71721C;
}
</style>
border-color css
<style>
span { border-color: #71721C; }
span { border-color: rgb(113,114,28); }
td.TdClassName
{
border-color: #71721C;
}
.TagClassName
{
border-color: #71721C;
}
</style>