Shades of Olive #736701
Tints of Olive #736701
RGB
CMYK
RGB Variations
Color information
#736701 (or 0x736701) is known color: Olive. HEX triplet: 73, 67 and 01. RGB value is (115,103,1). Sum of RGB (Red+Green+Blue) = 115+103+1=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #736701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736701 is #8C98FE. Grayscale: #5F5F5F. Windows color (decimal): -9214207 or 92019. OLE color: 92019.
HSL color Cylindrical-coordinate representation of color #736701: hue angle of 53.68º 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 #736701 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 103 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.55 |
| HSL | 53.68º | 0.98% | 0.23% | - |
| HSV(B) | 53.68º | 0.99% | 0.45% | - |
| XYZ | 11.93 | 13.35 | 1.98 | - |
| YUV | 94.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 1 | 0 | 0.10 | 0.99 | 0.55 | 53.68 | 0.98 | 0.23 |
| Hex | 73 | 67 | 1 | 0 | A | 63 | 37 | 36 | 62 | 17 |
| Octal | 163 | 147 | 1 | 0 | 12 | 143 | 67 | 66 | 142 | 27 |
| Binary | 1110011 | 1100111 | 1 | 0 | 1010 | 1100011 | 110111 | 110110 | 1100010 | 10111 |
Color Harmonies of #736701
Complementary color
Monochromatic Colors of #736701
Black with #736701
Text Example
Text Example
White with #736701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736701; }
p { color: rgb(115,103,1); }
H1.HeaderClassName
{
color: #736701;
}
.AnyTagClassName
{
color: #736701;
}
</style>
background-color css
<style>
a { background-color: #736701; }
a { background-color: rgb(115,103,1); }
div.DivClassName
{
background-color: #736701;
}
.BgClassName
{
background-color: #736701;
}
</style>
border-color css
<style>
span { border-color: #736701; }
span { border-color: rgb(115,103,1); }
td.TdClassName
{
border-color: #736701;
}
.TagClassName
{
border-color: #736701;
}
</style>