Shades of Olive #737C07
Tints of Olive #737C07
RGB
CMYK
RGB Variations
Color information
#737C07 (or 0x737C07) is known color: Olive. HEX triplet: 73, 7C and 07. RGB value is (115,124,7). Sum of RGB (Red+Green+Blue) = 115+124+7=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #737C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737C07 is #8C83F8. Grayscale: #6C6C6C. Windows color (decimal): -9208825 or 490611. OLE color: 490611.
HSL color Cylindrical-coordinate representation of color #737C07: hue angle of 64.62º 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 #737C07 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 124 | 7 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.51 |
| HSL | 64.62º | 0.89% | 0.26% | - |
| HSV(B) | 64.62º | 0.94% | 0.49% | - |
| XYZ | 14.32 | 18.08 | 2.94 | - |
| YUV | 107.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 7 | 0.07 | 0 | 0.94 | 0.51 | 64.62 | 0.89 | 0.26 |
| Hex | 73 | 7C | 7 | 7 | 0 | 5E | 33 | 41 | 59 | 1A |
| Octal | 163 | 174 | 7 | 7 | 0 | 136 | 63 | 101 | 131 | 32 |
| Binary | 1110011 | 1111100 | 111 | 111 | 0 | 1011110 | 110011 | 1000001 | 1011001 | 11010 |
Color Harmonies of #737C07
Complementary color
Monochromatic Colors of #737C07
Black with #737C07
Text Example
Text Example
White with #737C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C07; }
p { color: rgb(115,124,7); }
H1.HeaderClassName
{
color: #737C07;
}
.AnyTagClassName
{
color: #737C07;
}
</style>
background-color css
<style>
a { background-color: #737C07; }
a { background-color: rgb(115,124,7); }
div.DivClassName
{
background-color: #737C07;
}
.BgClassName
{
background-color: #737C07;
}
</style>
border-color css
<style>
span { border-color: #737C07; }
span { border-color: rgb(115,124,7); }
td.TdClassName
{
border-color: #737C07;
}
.TagClassName
{
border-color: #737C07;
}
</style>