Shades of Olive #737407
Tints of Olive #737407
RGB
CMYK
RGB Variations
Color information
#737407 (or 0x737407) is known color: Olive. HEX triplet: 73, 74 and 07. RGB value is (115,116,7). Sum of RGB (Red+Green+Blue) = 115+116+7=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #737407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737407 is #8C8BF8. Grayscale: #676767. Windows color (decimal): -9210873 or 488563. OLE color: 488563.
HSL color Cylindrical-coordinate representation of color #737407: hue angle of 60.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #737407 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 7 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.55 |
| HSL | 60.55º | 0.89% | 0.24% | - |
| HSV(B) | 60.55º | 0.94% | 0.45% | - |
| XYZ | 13.35 | 16.15 | 2.61 | - |
| YUV | 103.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 7 | 0.01 | 0 | 0.94 | 0.55 | 60.55 | 0.89 | 0.24 |
| Hex | 73 | 74 | 7 | 1 | 0 | 5E | 37 | 3D | 59 | 18 |
| Octal | 163 | 164 | 7 | 1 | 0 | 136 | 67 | 75 | 131 | 30 |
| Binary | 1110011 | 1110100 | 111 | 1 | 0 | 1011110 | 110111 | 111101 | 1011001 | 11000 |
Color Harmonies of #737407
Complementary color
Monochromatic Colors of #737407
Black with #737407
Text Example
Text Example
White with #737407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737407; }
p { color: rgb(115,116,7); }
H1.HeaderClassName
{
color: #737407;
}
.AnyTagClassName
{
color: #737407;
}
</style>
background-color css
<style>
a { background-color: #737407; }
a { background-color: rgb(115,116,7); }
div.DivClassName
{
background-color: #737407;
}
.BgClassName
{
background-color: #737407;
}
</style>
border-color css
<style>
span { border-color: #737407; }
span { border-color: rgb(115,116,7); }
td.TdClassName
{
border-color: #737407;
}
.TagClassName
{
border-color: #737407;
}
</style>