Shades of Olive #738500
Tints of Olive #738500
RGB
CMYK
RGB Variations
Color information
#738500 (or 0x738500) is known color: Olive. HEX triplet: 73, 85 and 00. RGB value is (115,133,0). Sum of RGB (Red+Green+Blue) = 115+133+0=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #738500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738500 is #8C7AFF. Grayscale: #707070. Windows color (decimal): -9206528 or 34163. OLE color: 34163.
HSL color Cylindrical-coordinate representation of color #738500: hue angle of 68.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738500 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.48 |
| HSL | 68.12º | 1% | 0.26% | - |
| HSV(B) | 68.12º | 1% | 0.52% | - |
| XYZ | 15.46 | 20.42 | 3.13 | - |
| YUV | 112.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 0 | 0.14 | 0 | 1 | 0.48 | 68.12 | 1 | 0.26 |
| Hex | 73 | 85 | 0 | E | 0 | 64 | 30 | 44 | 64 | 1A |
| Octal | 163 | 205 | 0 | 16 | 0 | 144 | 60 | 104 | 144 | 32 |
| Binary | 1110011 | 10000101 | 0 | 1110 | 0 | 1100100 | 110000 | 1000100 | 1100100 | 11010 |
Color Harmonies of #738500
Complementary color
Monochromatic Colors of #738500
Black with #738500
Text Example
Text Example
White with #738500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738500; }
p { color: rgb(115,133,0); }
H1.HeaderClassName
{
color: #738500;
}
.AnyTagClassName
{
color: #738500;
}
</style>
background-color css
<style>
a { background-color: #738500; }
a { background-color: rgb(115,133,0); }
div.DivClassName
{
background-color: #738500;
}
.BgClassName
{
background-color: #738500;
}
</style>
border-color css
<style>
span { border-color: #738500; }
span { border-color: rgb(115,133,0); }
td.TdClassName
{
border-color: #738500;
}
.TagClassName
{
border-color: #738500;
}
</style>