Shades of Olivetone #74712C
Tints of Olivetone #74712C
RGB
CMYK
RGB Variations
Color information
#74712C (or 0x74712C) is known color: Olivetone. HEX triplet: 74, 71 and 2C. RGB value is (116,113,44). Sum of RGB (Red+Green+Blue) = 116+113+44=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74712C is #8B8ED3. Grayscale: #6A6A6A. Windows color (decimal): -9146068 or 2912628. OLE color: 2912628.
HSL color Cylindrical-coordinate representation of color #74712C: hue angle of 57.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74712C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 44 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.55 |
| HSL | 57.5º | 0.45% | 0.31% | - |
| HSV(B) | 57.5º | 0.62% | 0.45% | - |
| XYZ | 13.56 | 15.71 | 4.7 | - |
| YUV | 106.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 44 | 0 | 0.03 | 0.62 | 0.55 | 57.5 | 0.45 | 0.31 |
| Hex | 74 | 71 | 2C | 0 | 3 | 3E | 37 | 3A | 2D | 1F |
| Octal | 164 | 161 | 54 | 0 | 3 | 76 | 67 | 72 | 55 | 37 |
| Binary | 1110100 | 1110001 | 101100 | 0 | 11 | 111110 | 110111 | 111010 | 101101 | 11111 |
Color Harmonies of #74712C
Complementary color
Monochromatic Colors of #74712C
Black with #74712C
Text Example
Text Example
White with #74712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74712C; }
p { color: rgb(116,113,44); }
H1.HeaderClassName
{
color: #74712C;
}
.AnyTagClassName
{
color: #74712C;
}
</style>
background-color css
<style>
a { background-color: #74712C; }
a { background-color: rgb(116,113,44); }
div.DivClassName
{
background-color: #74712C;
}
.BgClassName
{
background-color: #74712C;
}
</style>
border-color css
<style>
span { border-color: #74712C; }
span { border-color: rgb(116,113,44); }
td.TdClassName
{
border-color: #74712C;
}
.TagClassName
{
border-color: #74712C;
}
</style>