Shades of Olive #737100
Tints of Olive #737100
RGB
CMYK
RGB Variations
Color information
#737100 (or 0x737100) is known color: Olive. HEX triplet: 73, 71 and 00. RGB value is (115,113,0). Sum of RGB (Red+Green+Blue) = 115+113+0=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #737100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737100 is #8C8EFF. Grayscale: #656565. Windows color (decimal): -9211648 or 29043. OLE color: 29043.
HSL color Cylindrical-coordinate representation of color #737100: hue angle of 58.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #737100 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.55 |
| HSL | 58.96º | 1% | 0.23% | - |
| HSV(B) | 58.96º | 1% | 0.45% | - |
| XYZ | 12.98 | 15.46 | 2.3 | - |
| YUV | 100.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 0 | 0 | 0.02 | 1 | 0.55 | 58.96 | 1 | 0.23 |
| Hex | 73 | 71 | 0 | 0 | 2 | 64 | 37 | 3B | 64 | 17 |
| Octal | 163 | 161 | 0 | 0 | 2 | 144 | 67 | 73 | 144 | 27 |
| Binary | 1110011 | 1110001 | 0 | 0 | 10 | 1100100 | 110111 | 111011 | 1100100 | 10111 |
Color Harmonies of #737100
Complementary color
Monochromatic Colors of #737100
Black with #737100
Text Example
Text Example
White with #737100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737100; }
p { color: rgb(115,113,0); }
H1.HeaderClassName
{
color: #737100;
}
.AnyTagClassName
{
color: #737100;
}
</style>
background-color css
<style>
a { background-color: #737100; }
a { background-color: rgb(115,113,0); }
div.DivClassName
{
background-color: #737100;
}
.BgClassName
{
background-color: #737100;
}
</style>
border-color css
<style>
span { border-color: #737100; }
span { border-color: rgb(115,113,0); }
td.TdClassName
{
border-color: #737100;
}
.TagClassName
{
border-color: #737100;
}
</style>