Shades of Olivetone #737A2E
Tints of Olivetone #737A2E
RGB
CMYK
RGB Variations
Color information
#737A2E (or 0x737A2E) is known color: Olivetone. HEX triplet: 73, 7A and 2E. RGB value is (115,122,46). Sum of RGB (Red+Green+Blue) = 115+122+46=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #737A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737A2E is #8C85D1. Grayscale: #6F6F6F. Windows color (decimal): -9209298 or 3046003. OLE color: 3046003.
HSL color Cylindrical-coordinate representation of color #737A2E: hue angle of 65.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #737A2E is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 46 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.52 |
| HSL | 65.53º | 0.45% | 0.33% | - |
| HSV(B) | 65.53º | 0.62% | 0.48% | - |
| XYZ | 14.52 | 17.76 | 5.25 | - |
| YUV | 111.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 46 | 0.06 | 0 | 0.62 | 0.52 | 65.53 | 0.45 | 0.33 |
| Hex | 73 | 7A | 2E | 6 | 0 | 3E | 34 | 42 | 2D | 21 |
| Octal | 163 | 172 | 56 | 6 | 0 | 76 | 64 | 102 | 55 | 41 |
| Binary | 1110011 | 1111010 | 101110 | 110 | 0 | 111110 | 110100 | 1000010 | 101101 | 100001 |
Color Harmonies of #737A2E
Complementary color
Monochromatic Colors of #737A2E
Black with #737A2E
Text Example
Text Example
White with #737A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A2E; }
p { color: rgb(115,122,46); }
H1.HeaderClassName
{
color: #737A2E;
}
.AnyTagClassName
{
color: #737A2E;
}
</style>
background-color css
<style>
a { background-color: #737A2E; }
a { background-color: rgb(115,122,46); }
div.DivClassName
{
background-color: #737A2E;
}
.BgClassName
{
background-color: #737A2E;
}
</style>
border-color css
<style>
span { border-color: #737A2E; }
span { border-color: rgb(115,122,46); }
td.TdClassName
{
border-color: #737A2E;
}
.TagClassName
{
border-color: #737A2E;
}
</style>