Shades of Olive #738204
Tints of Olive #738204
RGB
CMYK
RGB Variations
Color information
#738204 (or 0x738204) is known color: Olive. HEX triplet: 73, 82 and 04. RGB value is (115,130,4). Sum of RGB (Red+Green+Blue) = 115+130+4=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #738204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738204 is #8C7DFB. Grayscale: #6F6F6F. Windows color (decimal): -9207292 or 295539. OLE color: 295539.
HSL color Cylindrical-coordinate representation of color #738204: hue angle of 67.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #738204 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 130 | 4 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.49 |
| HSL | 67.14º | 0.94% | 0.26% | - |
| HSV(B) | 67.14º | 0.97% | 0.51% | - |
| XYZ | 15.07 | 19.62 | 3.11 | - |
| YUV | 111.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 4 | 0.12 | 0 | 0.97 | 0.49 | 67.14 | 0.94 | 0.26 |
| Hex | 73 | 82 | 4 | C | 0 | 61 | 31 | 43 | 5E | 1A |
| Octal | 163 | 202 | 4 | 14 | 0 | 141 | 61 | 103 | 136 | 32 |
| Binary | 1110011 | 10000010 | 100 | 1100 | 0 | 1100001 | 110001 | 1000011 | 1011110 | 11010 |
Color Harmonies of #738204
Complementary color
Monochromatic Colors of #738204
Black with #738204
Text Example
Text Example
White with #738204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738204; }
p { color: rgb(115,130,4); }
H1.HeaderClassName
{
color: #738204;
}
.AnyTagClassName
{
color: #738204;
}
</style>
background-color css
<style>
a { background-color: #738204; }
a { background-color: rgb(115,130,4); }
div.DivClassName
{
background-color: #738204;
}
.BgClassName
{
background-color: #738204;
}
</style>
border-color css
<style>
span { border-color: #738204; }
span { border-color: rgb(115,130,4); }
td.TdClassName
{
border-color: #738204;
}
.TagClassName
{
border-color: #738204;
}
</style>