Shades of Olivetone #71680C
Tints of Olivetone #71680C
RGB
CMYK
RGB Variations
Color information
#71680C (or 0x71680C) is known color: Olivetone. HEX triplet: 71, 68 and 0C. RGB value is (113,104,12). Sum of RGB (Red+Green+Blue) = 113+104+12=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71680C is #8E97F3. Grayscale: #606060. Windows color (decimal): -9345012 or 813169. OLE color: 813169.
HSL color Cylindrical-coordinate representation of color #71680C: hue angle of 54.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71680C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 12 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.56 |
| HSL | 54.65º | 0.81% | 0.25% | - |
| HSV(B) | 54.65º | 0.89% | 0.44% | - |
| XYZ | 11.83 | 13.44 | 2.32 | - |
| YUV | 96.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 12 | 0 | 0.08 | 0.89 | 0.56 | 54.65 | 0.81 | 0.25 |
| Hex | 71 | 68 | C | 0 | 8 | 59 | 38 | 37 | 51 | 19 |
| Octal | 161 | 150 | 14 | 0 | 10 | 131 | 70 | 67 | 121 | 31 |
| Binary | 1110001 | 1101000 | 1100 | 0 | 1000 | 1011001 | 111000 | 110111 | 1010001 | 11001 |
Color Harmonies of #71680C
Complementary color
Monochromatic Colors of #71680C
Black with #71680C
Text Example
Text Example
White with #71680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71680C; }
p { color: rgb(113,104,12); }
H1.HeaderClassName
{
color: #71680C;
}
.AnyTagClassName
{
color: #71680C;
}
</style>
background-color css
<style>
a { background-color: #71680C; }
a { background-color: rgb(113,104,12); }
div.DivClassName
{
background-color: #71680C;
}
.BgClassName
{
background-color: #71680C;
}
</style>
border-color css
<style>
span { border-color: #71680C; }
span { border-color: rgb(113,104,12); }
td.TdClassName
{
border-color: #71680C;
}
.TagClassName
{
border-color: #71680C;
}
</style>