Shades of Olivetone #74772D
Tints of Olivetone #74772D
RGB
CMYK
RGB Variations
Color information
#74772D (or 0x74772D) is known color: Olivetone. HEX triplet: 74, 77 and 2D. RGB value is (116,119,45). Sum of RGB (Red+Green+Blue) = 116+119+45=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #74772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74772D is #8B88D2. Grayscale: #6D6D6D. Windows color (decimal): -9144531 or 2979700. OLE color: 2979700.
HSL color Cylindrical-coordinate representation of color #74772D: hue angle of 62.43º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74772D is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 45 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.53 |
| HSL | 62.43º | 0.45% | 0.32% | - |
| HSV(B) | 62.43º | 0.62% | 0.47% | - |
| XYZ | 14.27 | 17.1 | 5.03 | - |
| YUV | 109.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 45 | 0.03 | 0 | 0.62 | 0.53 | 62.43 | 0.45 | 0.32 |
| Hex | 74 | 77 | 2D | 3 | 0 | 3E | 35 | 3E | 2D | 20 |
| Octal | 164 | 167 | 55 | 3 | 0 | 76 | 65 | 76 | 55 | 40 |
| Binary | 1110100 | 1110111 | 101101 | 11 | 0 | 111110 | 110101 | 111110 | 101101 | 100000 |
Color Harmonies of #74772D
Complementary color
Monochromatic Colors of #74772D
Black with #74772D
Text Example
Text Example
White with #74772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74772D; }
p { color: rgb(116,119,45); }
H1.HeaderClassName
{
color: #74772D;
}
.AnyTagClassName
{
color: #74772D;
}
</style>
background-color css
<style>
a { background-color: #74772D; }
a { background-color: rgb(116,119,45); }
div.DivClassName
{
background-color: #74772D;
}
.BgClassName
{
background-color: #74772D;
}
</style>
border-color css
<style>
span { border-color: #74772D; }
span { border-color: rgb(116,119,45); }
td.TdClassName
{
border-color: #74772D;
}
.TagClassName
{
border-color: #74772D;
}
</style>