Shades of Olive #736B01
Tints of Olive #736B01
RGB
CMYK
RGB Variations
Color information
#736B01 (or 0x736B01) is known color: Olive. HEX triplet: 73, 6B and 01. RGB value is (115,107,1). Sum of RGB (Red+Green+Blue) = 115+107+1=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #736B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B01 is #8C94FE. Grayscale: #616161. Windows color (decimal): -9213183 or 93043. OLE color: 93043.
HSL color Cylindrical-coordinate representation of color #736B01: hue angle of 55.79º 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 #736B01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.55 |
| HSL | 55.79º | 0.98% | 0.23% | - |
| HSV(B) | 55.79º | 0.99% | 0.45% | - |
| XYZ | 12.33 | 14.16 | 2.11 | - |
| YUV | 97.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 1 | 0 | 0.07 | 0.99 | 0.55 | 55.79 | 0.98 | 0.23 |
| Hex | 73 | 6B | 1 | 0 | 7 | 63 | 37 | 38 | 62 | 17 |
| Octal | 163 | 153 | 1 | 0 | 7 | 143 | 67 | 70 | 142 | 27 |
| Binary | 1110011 | 1101011 | 1 | 0 | 111 | 1100011 | 110111 | 111000 | 1100010 | 10111 |
Color Harmonies of #736B01
Complementary color
Monochromatic Colors of #736B01
Black with #736B01
Text Example
Text Example
White with #736B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B01; }
p { color: rgb(115,107,1); }
H1.HeaderClassName
{
color: #736B01;
}
.AnyTagClassName
{
color: #736B01;
}
</style>
background-color css
<style>
a { background-color: #736B01; }
a { background-color: rgb(115,107,1); }
div.DivClassName
{
background-color: #736B01;
}
.BgClassName
{
background-color: #736B01;
}
</style>
border-color css
<style>
span { border-color: #736B01; }
span { border-color: rgb(115,107,1); }
td.TdClassName
{
border-color: #736B01;
}
.TagClassName
{
border-color: #736B01;
}
</style>