Shades of Olivetone #74792D
Tints of Olivetone #74792D
RGB
CMYK
RGB Variations
Color information
#74792D (or 0x74792D) is known color: Olivetone. HEX triplet: 74, 79 and 2D. RGB value is (116,121,45). Sum of RGB (Red+Green+Blue) = 116+121+45=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #74792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74792D is #8B86D2. Grayscale: #6F6F6F. Windows color (decimal): -9144019 or 2980212. OLE color: 2980212.
HSL color Cylindrical-coordinate representation of color #74792D: hue angle of 63.95º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74792D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 45 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.53 |
| HSL | 63.95º | 0.46% | 0.33% | - |
| HSV(B) | 63.95º | 0.63% | 0.47% | - |
| XYZ | 14.51 | 17.58 | 5.11 | - |
| YUV | 110.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 45 | 0.04 | 0 | 0.63 | 0.53 | 63.95 | 0.46 | 0.33 |
| Hex | 74 | 79 | 2D | 4 | 0 | 3F | 35 | 40 | 2E | 21 |
| Octal | 164 | 171 | 55 | 4 | 0 | 77 | 65 | 100 | 56 | 41 |
| Binary | 1110100 | 1111001 | 101101 | 100 | 0 | 111111 | 110101 | 1000000 | 101110 | 100001 |
Color Harmonies of #74792D
Complementary color
Monochromatic Colors of #74792D
Black with #74792D
Text Example
Text Example
White with #74792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74792D; }
p { color: rgb(116,121,45); }
H1.HeaderClassName
{
color: #74792D;
}
.AnyTagClassName
{
color: #74792D;
}
</style>
background-color css
<style>
a { background-color: #74792D; }
a { background-color: rgb(116,121,45); }
div.DivClassName
{
background-color: #74792D;
}
.BgClassName
{
background-color: #74792D;
}
</style>
border-color css
<style>
span { border-color: #74792D; }
span { border-color: rgb(116,121,45); }
td.TdClassName
{
border-color: #74792D;
}
.TagClassName
{
border-color: #74792D;
}
</style>