Shades of Olive #736901
Tints of Olive #736901
RGB
CMYK
RGB Variations
Color information
#736901 (or 0x736901) is known color: Olive. HEX triplet: 73, 69 and 01. RGB value is (115,105,1). Sum of RGB (Red+Green+Blue) = 115+105+1=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #736901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736901 is #8C96FE. Grayscale: #606060. Windows color (decimal): -9213695 or 92531. OLE color: 92531.
HSL color Cylindrical-coordinate representation of color #736901: hue angle of 54.74º 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 #736901 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.55 |
| HSL | 54.74º | 0.98% | 0.23% | - |
| HSV(B) | 54.74º | 0.99% | 0.45% | - |
| XYZ | 12.13 | 13.75 | 2.04 | - |
| YUV | 96.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 1 | 0 | 0.09 | 0.99 | 0.55 | 54.74 | 0.98 | 0.23 |
| Hex | 73 | 69 | 1 | 0 | 9 | 63 | 37 | 37 | 62 | 17 |
| Octal | 163 | 151 | 1 | 0 | 11 | 143 | 67 | 67 | 142 | 27 |
| Binary | 1110011 | 1101001 | 1 | 0 | 1001 | 1100011 | 110111 | 110111 | 1100010 | 10111 |
Color Harmonies of #736901
Complementary color
Monochromatic Colors of #736901
Black with #736901
Text Example
Text Example
White with #736901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736901; }
p { color: rgb(115,105,1); }
H1.HeaderClassName
{
color: #736901;
}
.AnyTagClassName
{
color: #736901;
}
</style>
background-color css
<style>
a { background-color: #736901; }
a { background-color: rgb(115,105,1); }
div.DivClassName
{
background-color: #736901;
}
.BgClassName
{
background-color: #736901;
}
</style>
border-color css
<style>
span { border-color: #736901; }
span { border-color: rgb(115,105,1); }
td.TdClassName
{
border-color: #736901;
}
.TagClassName
{
border-color: #736901;
}
</style>