Shades of Olive #737E07
Tints of Olive #737E07
RGB
CMYK
RGB Variations
Color information
#737E07 (or 0x737E07) is known color: Olive. HEX triplet: 73, 7E and 07. RGB value is (115,126,7). Sum of RGB (Red+Green+Blue) = 115+126+7=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #737E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737E07 is #8C81F8. Grayscale: #6D6D6D. Windows color (decimal): -9208313 or 491123. OLE color: 491123.
HSL color Cylindrical-coordinate representation of color #737E07: hue angle of 65.55º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #737E07 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 126 | 7 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.51 |
| HSL | 65.55º | 0.89% | 0.26% | - |
| HSV(B) | 65.55º | 0.94% | 0.49% | - |
| XYZ | 14.57 | 18.58 | 3.02 | - |
| YUV | 109.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 7 | 0.09 | 0 | 0.94 | 0.51 | 65.55 | 0.89 | 0.26 |
| Hex | 73 | 7E | 7 | 9 | 0 | 5E | 33 | 42 | 59 | 1A |
| Octal | 163 | 176 | 7 | 11 | 0 | 136 | 63 | 102 | 131 | 32 |
| Binary | 1110011 | 1111110 | 111 | 1001 | 0 | 1011110 | 110011 | 1000010 | 1011001 | 11010 |
Color Harmonies of #737E07
Complementary color
Monochromatic Colors of #737E07
Black with #737E07
Text Example
Text Example
White with #737E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E07; }
p { color: rgb(115,126,7); }
H1.HeaderClassName
{
color: #737E07;
}
.AnyTagClassName
{
color: #737E07;
}
</style>
background-color css
<style>
a { background-color: #737E07; }
a { background-color: rgb(115,126,7); }
div.DivClassName
{
background-color: #737E07;
}
.BgClassName
{
background-color: #737E07;
}
</style>
border-color css
<style>
span { border-color: #737E07; }
span { border-color: rgb(115,126,7); }
td.TdClassName
{
border-color: #737E07;
}
.TagClassName
{
border-color: #737E07;
}
</style>