Shades of Olivetone #74792C
Tints of Olivetone #74792C
RGB
CMYK
RGB Variations
Color information
#74792C (or 0x74792C) is known color: Olivetone. HEX triplet: 74, 79 and 2C. RGB value is (116,121,44). Sum of RGB (Red+Green+Blue) = 116+121+44=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #74792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74792C is #8B86D3. Grayscale: #6F6F6F. Windows color (decimal): -9144020 or 2914676. OLE color: 2914676.
HSL color Cylindrical-coordinate representation of color #74792C: hue angle of 63.9º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74792C is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 44 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.53 |
| HSL | 63.9º | 0.47% | 0.32% | - |
| HSV(B) | 63.9º | 0.64% | 0.47% | - |
| XYZ | 14.49 | 17.57 | 5.01 | - |
| YUV | 110.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 44 | 0.04 | 0 | 0.64 | 0.53 | 63.9 | 0.47 | 0.32 |
| Hex | 74 | 79 | 2C | 4 | 0 | 40 | 35 | 40 | 2F | 20 |
| Octal | 164 | 171 | 54 | 4 | 0 | 100 | 65 | 100 | 57 | 40 |
| Binary | 1110100 | 1111001 | 101100 | 100 | 0 | 1000000 | 110101 | 1000000 | 101111 | 100000 |
Color Harmonies of #74792C
Complementary color
Monochromatic Colors of #74792C
Black with #74792C
Text Example
Text Example
White with #74792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74792C; }
p { color: rgb(116,121,44); }
H1.HeaderClassName
{
color: #74792C;
}
.AnyTagClassName
{
color: #74792C;
}
</style>
background-color css
<style>
a { background-color: #74792C; }
a { background-color: rgb(116,121,44); }
div.DivClassName
{
background-color: #74792C;
}
.BgClassName
{
background-color: #74792C;
}
</style>
border-color css
<style>
span { border-color: #74792C; }
span { border-color: rgb(116,121,44); }
td.TdClassName
{
border-color: #74792C;
}
.TagClassName
{
border-color: #74792C;
}
</style>