Shades of Olivetone #71761C
Tints of Olivetone #71761C
RGB
CMYK
RGB Variations
Color information
#71761C (or 0x71761C) is known color: Olivetone. HEX triplet: 71, 76 and 1C. RGB value is (113,118,28). Sum of RGB (Red+Green+Blue) = 113+118+28=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #71761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71761C is #8E89E3. Grayscale: #6A6A6A. Windows color (decimal): -9341412 or 1865329. OLE color: 1865329.
HSL color Cylindrical-coordinate representation of color #71761C: hue angle of 63.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71761C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 118 | 28 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.54 |
| HSL | 63.33º | 0.62% | 0.29% | - |
| HSV(B) | 63.33º | 0.76% | 0.46% | - |
| XYZ | 13.5 | 16.55 | 3.58 | - |
| YUV | 106.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 28 | 0.04 | 0 | 0.76 | 0.54 | 63.33 | 0.62 | 0.29 |
| Hex | 71 | 76 | 1C | 4 | 0 | 4C | 36 | 3F | 3E | 1D |
| Octal | 161 | 166 | 34 | 4 | 0 | 114 | 66 | 77 | 76 | 35 |
| Binary | 1110001 | 1110110 | 11100 | 100 | 0 | 1001100 | 110110 | 111111 | 111110 | 11101 |
Color Harmonies of #71761C
Complementary color
Monochromatic Colors of #71761C
Black with #71761C
Text Example
Text Example
White with #71761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71761C; }
p { color: rgb(113,118,28); }
H1.HeaderClassName
{
color: #71761C;
}
.AnyTagClassName
{
color: #71761C;
}
</style>
background-color css
<style>
a { background-color: #71761C; }
a { background-color: rgb(113,118,28); }
div.DivClassName
{
background-color: #71761C;
}
.BgClassName
{
background-color: #71761C;
}
</style>
border-color css
<style>
span { border-color: #71761C; }
span { border-color: rgb(113,118,28); }
td.TdClassName
{
border-color: #71761C;
}
.TagClassName
{
border-color: #71761C;
}
</style>