Shades of Olive #738D00
Tints of Olive #738D00
RGB
CMYK
RGB Variations
Color information
#738D00 (or 0x738D00) is known color: Olive. HEX triplet: 73, 8D and 00. RGB value is (115,141,0). Sum of RGB (Red+Green+Blue) = 115+141+0=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #738D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738D00 is #8C72FF. Grayscale: #757575. Windows color (decimal): -9204480 or 36211. OLE color: 36211.
HSL color Cylindrical-coordinate representation of color #738D00: hue angle of 71.06º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738D00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.45 |
| HSL | 71.06º | 1% | 0.28% | - |
| HSV(B) | 71.06º | 1% | 0.55% | - |
| XYZ | 16.6 | 22.69 | 3.51 | - |
| YUV | 117.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 0 | 0.18 | 0 | 1 | 0.45 | 71.06 | 1 | 0.28 |
| Hex | 73 | 8D | 0 | 12 | 0 | 64 | 2D | 47 | 64 | 1C |
| Octal | 163 | 215 | 0 | 22 | 0 | 144 | 55 | 107 | 144 | 34 |
| Binary | 1110011 | 10001101 | 0 | 10010 | 0 | 1100100 | 101101 | 1000111 | 1100100 | 11100 |
Color Harmonies of #738D00
Complementary color
Monochromatic Colors of #738D00
Black with #738D00
Text Example
Text Example
White with #738D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D00; }
p { color: rgb(115,141,0); }
H1.HeaderClassName
{
color: #738D00;
}
.AnyTagClassName
{
color: #738D00;
}
</style>
background-color css
<style>
a { background-color: #738D00; }
a { background-color: rgb(115,141,0); }
div.DivClassName
{
background-color: #738D00;
}
.BgClassName
{
background-color: #738D00;
}
</style>
border-color css
<style>
span { border-color: #738D00; }
span { border-color: rgb(115,141,0); }
td.TdClassName
{
border-color: #738D00;
}
.TagClassName
{
border-color: #738D00;
}
</style>