Shades of Olive #736C07
Tints of Olive #736C07
RGB
CMYK
RGB Variations
Color information
#736C07 (or 0x736C07) is known color: Olive. HEX triplet: 73, 6C and 07. RGB value is (115,108,7). Sum of RGB (Red+Green+Blue) = 115+108+7=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #736C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C07 is #8C93F8. Grayscale: #626262. Windows color (decimal): -9212921 or 486515. OLE color: 486515.
HSL color Cylindrical-coordinate representation of color #736C07: hue angle of 56.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #736C07 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 7 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.55 |
| HSL | 56.11º | 0.89% | 0.24% | - |
| HSV(B) | 56.11º | 0.94% | 0.45% | - |
| XYZ | 12.47 | 14.39 | 2.32 | - |
| YUV | 98.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 7 | 0 | 0.06 | 0.94 | 0.55 | 56.11 | 0.89 | 0.24 |
| Hex | 73 | 6C | 7 | 0 | 6 | 5E | 37 | 38 | 59 | 18 |
| Octal | 163 | 154 | 7 | 0 | 6 | 136 | 67 | 70 | 131 | 30 |
| Binary | 1110011 | 1101100 | 111 | 0 | 110 | 1011110 | 110111 | 111000 | 1011001 | 11000 |
Color Harmonies of #736C07
Complementary color
Monochromatic Colors of #736C07
Black with #736C07
Text Example
Text Example
White with #736C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C07; }
p { color: rgb(115,108,7); }
H1.HeaderClassName
{
color: #736C07;
}
.AnyTagClassName
{
color: #736C07;
}
</style>
background-color css
<style>
a { background-color: #736C07; }
a { background-color: rgb(115,108,7); }
div.DivClassName
{
background-color: #736C07;
}
.BgClassName
{
background-color: #736C07;
}
</style>
border-color css
<style>
span { border-color: #736C07; }
span { border-color: rgb(115,108,7); }
td.TdClassName
{
border-color: #736C07;
}
.TagClassName
{
border-color: #736C07;
}
</style>