Shades of Olive #736F02
Tints of Olive #736F02
RGB
CMYK
RGB Variations
Color information
#736F02 (or 0x736F02) is known color: Olive. HEX triplet: 73, 6F and 02. RGB value is (115,111,2). Sum of RGB (Red+Green+Blue) = 115+111+2=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #736F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F02 is #8C90FD. Grayscale: #646464. Windows color (decimal): -9212158 or 159603. OLE color: 159603.
HSL color Cylindrical-coordinate representation of color #736F02: hue angle of 57.88º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #736F02 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 2 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.55 |
| HSL | 57.88º | 0.97% | 0.23% | - |
| HSV(B) | 57.88º | 0.98% | 0.45% | - |
| XYZ | 12.77 | 15.02 | 2.28 | - |
| YUV | 99.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 2 | 0 | 0.03 | 0.98 | 0.55 | 57.88 | 0.97 | 0.23 |
| Hex | 73 | 6F | 2 | 0 | 3 | 62 | 37 | 3A | 61 | 17 |
| Octal | 163 | 157 | 2 | 0 | 3 | 142 | 67 | 72 | 141 | 27 |
| Binary | 1110011 | 1101111 | 10 | 0 | 11 | 1100010 | 110111 | 111010 | 1100001 | 10111 |
Color Harmonies of #736F02
Complementary color
Monochromatic Colors of #736F02
Black with #736F02
Text Example
Text Example
White with #736F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F02; }
p { color: rgb(115,111,2); }
H1.HeaderClassName
{
color: #736F02;
}
.AnyTagClassName
{
color: #736F02;
}
</style>
background-color css
<style>
a { background-color: #736F02; }
a { background-color: rgb(115,111,2); }
div.DivClassName
{
background-color: #736F02;
}
.BgClassName
{
background-color: #736F02;
}
</style>
border-color css
<style>
span { border-color: #736F02; }
span { border-color: rgb(115,111,2); }
td.TdClassName
{
border-color: #736F02;
}
.TagClassName
{
border-color: #736F02;
}
</style>