Shades of Olive #738800
Tints of Olive #738800
RGB
CMYK
RGB Variations
Color information
#738800 (or 0x738800) is known color: Olive. HEX triplet: 73, 88 and 00. RGB value is (115,136,0). Sum of RGB (Red+Green+Blue) = 115+136+0=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #738800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738800 is #8C77FF. Grayscale: #727272. Windows color (decimal): -9205760 or 34931. OLE color: 34931.
HSL color Cylindrical-coordinate representation of color #738800: hue angle of 69.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738800 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.47 |
| HSL | 69.26º | 1% | 0.27% | - |
| HSV(B) | 69.26º | 1% | 0.53% | - |
| XYZ | 15.87 | 21.25 | 3.27 | - |
| YUV | 114.22 | 63.54 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 0 | 0.15 | 0 | 1 | 0.47 | 69.26 | 1 | 0.27 |
| Hex | 73 | 88 | 0 | F | 0 | 64 | 2F | 45 | 64 | 1B |
| Octal | 163 | 210 | 0 | 17 | 0 | 144 | 57 | 105 | 144 | 33 |
| Binary | 1110011 | 10001000 | 0 | 1111 | 0 | 1100100 | 101111 | 1000101 | 1100100 | 11011 |
Color Harmonies of #738800
Complementary color
Monochromatic Colors of #738800
Black with #738800
Text Example
Text Example
White with #738800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738800; }
p { color: rgb(115,136,0); }
H1.HeaderClassName
{
color: #738800;
}
.AnyTagClassName
{
color: #738800;
}
</style>
background-color css
<style>
a { background-color: #738800; }
a { background-color: rgb(115,136,0); }
div.DivClassName
{
background-color: #738800;
}
.BgClassName
{
background-color: #738800;
}
</style>
border-color css
<style>
span { border-color: #738800; }
span { border-color: rgb(115,136,0); }
td.TdClassName
{
border-color: #738800;
}
.TagClassName
{
border-color: #738800;
}
</style>