Shades of Olive #738200
Tints of Olive #738200
RGB
CMYK
RGB Variations
Color information
#738200 (or 0x738200) is known color: Olive. HEX triplet: 73, 82 and 00. RGB value is (115,130,0). Sum of RGB (Red+Green+Blue) = 115+130+0=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #738200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738200 is #8C7DFF. Grayscale: #6F6F6F. Windows color (decimal): -9207296 or 33395. OLE color: 33395.
HSL color Cylindrical-coordinate representation of color #738200: hue angle of 66.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738200 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 130 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.49 |
| HSL | 66.92º | 1% | 0.25% | - |
| HSV(B) | 66.92º | 1% | 0.51% | - |
| XYZ | 15.05 | 19.61 | 2.99 | - |
| YUV | 110.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 0 | 0.12 | 0 | 1 | 0.49 | 66.92 | 1 | 0.25 |
| Hex | 73 | 82 | 0 | C | 0 | 64 | 31 | 43 | 64 | 19 |
| Octal | 163 | 202 | 0 | 14 | 0 | 144 | 61 | 103 | 144 | 31 |
| Binary | 1110011 | 10000010 | 0 | 1100 | 0 | 1100100 | 110001 | 1000011 | 1100100 | 11001 |
Color Harmonies of #738200
Complementary color
Monochromatic Colors of #738200
Black with #738200
Text Example
Text Example
White with #738200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738200; }
p { color: rgb(115,130,0); }
H1.HeaderClassName
{
color: #738200;
}
.AnyTagClassName
{
color: #738200;
}
</style>
background-color css
<style>
a { background-color: #738200; }
a { background-color: rgb(115,130,0); }
div.DivClassName
{
background-color: #738200;
}
.BgClassName
{
background-color: #738200;
}
</style>
border-color css
<style>
span { border-color: #738200; }
span { border-color: rgb(115,130,0); }
td.TdClassName
{
border-color: #738200;
}
.TagClassName
{
border-color: #738200;
}
</style>