Shades of Olive #737401
Tints of Olive #737401
RGB
CMYK
RGB Variations
Color information
#737401 (or 0x737401) is known color: Olive. HEX triplet: 73, 74 and 01. RGB value is (115,116,1). Sum of RGB (Red+Green+Blue) = 115+116+1=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #737401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737401 is #8C8BFE. Grayscale: #676767. Windows color (decimal): -9210879 or 95347. OLE color: 95347.
HSL color Cylindrical-coordinate representation of color #737401: hue angle of 60.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #737401 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.55 |
| HSL | 60.52º | 0.98% | 0.23% | - |
| HSV(B) | 60.52º | 0.99% | 0.45% | - |
| XYZ | 13.32 | 16.14 | 2.44 | - |
| YUV | 102.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 1 | 0.01 | 0 | 0.99 | 0.55 | 60.52 | 0.98 | 0.23 |
| Hex | 73 | 74 | 1 | 1 | 0 | 63 | 37 | 3D | 62 | 17 |
| Octal | 163 | 164 | 1 | 1 | 0 | 143 | 67 | 75 | 142 | 27 |
| Binary | 1110011 | 1110100 | 1 | 1 | 0 | 1100011 | 110111 | 111101 | 1100010 | 10111 |
Color Harmonies of #737401
Complementary color
Monochromatic Colors of #737401
Black with #737401
Text Example
Text Example
White with #737401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737401; }
p { color: rgb(115,116,1); }
H1.HeaderClassName
{
color: #737401;
}
.AnyTagClassName
{
color: #737401;
}
</style>
background-color css
<style>
a { background-color: #737401; }
a { background-color: rgb(115,116,1); }
div.DivClassName
{
background-color: #737401;
}
.BgClassName
{
background-color: #737401;
}
</style>
border-color css
<style>
span { border-color: #737401; }
span { border-color: rgb(115,116,1); }
td.TdClassName
{
border-color: #737401;
}
.TagClassName
{
border-color: #737401;
}
</style>