Shades of Olivetone #74732A
Tints of Olivetone #74732A
RGB
CMYK
RGB Variations
Color information
#74732A (or 0x74732A) is known color: Olivetone. HEX triplet: 74, 73 and 2A. RGB value is (116,115,42). Sum of RGB (Red+Green+Blue) = 116+115+42=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74732A is #8B8CD5. Grayscale: #6B6B6B. Windows color (decimal): -9145558 or 2782068. OLE color: 2782068.
HSL color Cylindrical-coordinate representation of color #74732A: hue angle of 59.19º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74732A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 42 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.55 |
| HSL | 59.19º | 0.47% | 0.31% | - |
| HSV(B) | 59.19º | 0.64% | 0.45% | - |
| XYZ | 13.75 | 16.14 | 4.58 | - |
| YUV | 106.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 42 | 0 | 0.01 | 0.64 | 0.55 | 59.19 | 0.47 | 0.31 |
| Hex | 74 | 73 | 2A | 0 | 1 | 40 | 37 | 3B | 2F | 1F |
| Octal | 164 | 163 | 52 | 0 | 1 | 100 | 67 | 73 | 57 | 37 |
| Binary | 1110100 | 1110011 | 101010 | 0 | 1 | 1000000 | 110111 | 111011 | 101111 | 11111 |
Color Harmonies of #74732A
Complementary color
Monochromatic Colors of #74732A
Black with #74732A
Text Example
Text Example
White with #74732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74732A; }
p { color: rgb(116,115,42); }
H1.HeaderClassName
{
color: #74732A;
}
.AnyTagClassName
{
color: #74732A;
}
</style>
background-color css
<style>
a { background-color: #74732A; }
a { background-color: rgb(116,115,42); }
div.DivClassName
{
background-color: #74732A;
}
.BgClassName
{
background-color: #74732A;
}
</style>
border-color css
<style>
span { border-color: #74732A; }
span { border-color: rgb(116,115,42); }
td.TdClassName
{
border-color: #74732A;
}
.TagClassName
{
border-color: #74732A;
}
</style>