Shades of Olivetone #747A2C
Tints of Olivetone #747A2C
RGB
CMYK
RGB Variations
Color information
#747A2C (or 0x747A2C) is known color: Olivetone. HEX triplet: 74, 7A and 2C. RGB value is (116,122,44). Sum of RGB (Red+Green+Blue) = 116+122+44=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #747A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A2C is #8B85D3. Grayscale: #6F6F6F. Windows color (decimal): -9143764 or 2914932. OLE color: 2914932.
HSL color Cylindrical-coordinate representation of color #747A2C: hue angle of 64.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #747A2C is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 44 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.52 |
| HSL | 64.62º | 0.47% | 0.33% | - |
| HSV(B) | 64.62º | 0.64% | 0.48% | - |
| XYZ | 14.62 | 17.81 | 5.05 | - |
| YUV | 111.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 44 | 0.05 | 0 | 0.64 | 0.52 | 64.62 | 0.47 | 0.33 |
| Hex | 74 | 7A | 2C | 5 | 0 | 40 | 34 | 41 | 2F | 21 |
| Octal | 164 | 172 | 54 | 5 | 0 | 100 | 64 | 101 | 57 | 41 |
| Binary | 1110100 | 1111010 | 101100 | 101 | 0 | 1000000 | 110100 | 1000001 | 101111 | 100001 |
Color Harmonies of #747A2C
Complementary color
Monochromatic Colors of #747A2C
Black with #747A2C
Text Example
Text Example
White with #747A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A2C; }
p { color: rgb(116,122,44); }
H1.HeaderClassName
{
color: #747A2C;
}
.AnyTagClassName
{
color: #747A2C;
}
</style>
background-color css
<style>
a { background-color: #747A2C; }
a { background-color: rgb(116,122,44); }
div.DivClassName
{
background-color: #747A2C;
}
.BgClassName
{
background-color: #747A2C;
}
</style>
border-color css
<style>
span { border-color: #747A2C; }
span { border-color: rgb(116,122,44); }
td.TdClassName
{
border-color: #747A2C;
}
.TagClassName
{
border-color: #747A2C;
}
</style>