Shades of Olivetone #74772A
Tints of Olivetone #74772A
RGB
CMYK
RGB Variations
Color information
#74772A (or 0x74772A) is known color: Olivetone. HEX triplet: 74, 77 and 2A. RGB value is (116,119,42). Sum of RGB (Red+Green+Blue) = 116+119+42=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #74772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74772A is #8B88D5. Grayscale: #6D6D6D. Windows color (decimal): -9144534 or 2783092. OLE color: 2783092.
HSL color Cylindrical-coordinate representation of color #74772A: hue angle of 62.34º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74772A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 42 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.53 |
| HSL | 62.34º | 0.48% | 0.32% | - |
| HSV(B) | 62.34º | 0.65% | 0.47% | - |
| XYZ | 14.22 | 17.07 | 4.74 | - |
| YUV | 109.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 42 | 0.03 | 0 | 0.65 | 0.53 | 62.34 | 0.48 | 0.32 |
| Hex | 74 | 77 | 2A | 3 | 0 | 41 | 35 | 3E | 30 | 20 |
| Octal | 164 | 167 | 52 | 3 | 0 | 101 | 65 | 76 | 60 | 40 |
| Binary | 1110100 | 1110111 | 101010 | 11 | 0 | 1000001 | 110101 | 111110 | 110000 | 100000 |
Color Harmonies of #74772A
Complementary color
Monochromatic Colors of #74772A
Black with #74772A
Text Example
Text Example
White with #74772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74772A; }
p { color: rgb(116,119,42); }
H1.HeaderClassName
{
color: #74772A;
}
.AnyTagClassName
{
color: #74772A;
}
</style>
background-color css
<style>
a { background-color: #74772A; }
a { background-color: rgb(116,119,42); }
div.DivClassName
{
background-color: #74772A;
}
.BgClassName
{
background-color: #74772A;
}
</style>
border-color css
<style>
span { border-color: #74772A; }
span { border-color: rgb(116,119,42); }
td.TdClassName
{
border-color: #74772A;
}
.TagClassName
{
border-color: #74772A;
}
</style>