Shades of Olive #728205
Tints of Olive #728205
RGB
CMYK
RGB Variations
Color information
#728205 (or 0x728205) is known color: Olive. HEX triplet: 72, 82 and 05. RGB value is (114,130,5). Sum of RGB (Red+Green+Blue) = 114+130+5=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #728205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728205 is #8D7DFA. Grayscale: #6F6F6F. Windows color (decimal): -9272827 or 361074. OLE color: 361074.
HSL color Cylindrical-coordinate representation of color #728205: hue angle of 67.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #728205 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 5 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.49 |
| HSL | 67.68º | 0.93% | 0.26% | - |
| HSV(B) | 67.68º | 0.96% | 0.51% | - |
| XYZ | 14.95 | 19.55 | 3.13 | - |
| YUV | 110.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 5 | 0.12 | 0 | 0.96 | 0.49 | 67.68 | 0.93 | 0.26 |
| Hex | 72 | 82 | 5 | C | 0 | 60 | 31 | 44 | 5D | 1A |
| Octal | 162 | 202 | 5 | 14 | 0 | 140 | 61 | 104 | 135 | 32 |
| Binary | 1110010 | 10000010 | 101 | 1100 | 0 | 1100000 | 110001 | 1000100 | 1011101 | 11010 |
Color Harmonies of #728205
Complementary color
Monochromatic Colors of #728205
Black with #728205
Text Example
Text Example
White with #728205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728205; }
p { color: rgb(114,130,5); }
H1.HeaderClassName
{
color: #728205;
}
.AnyTagClassName
{
color: #728205;
}
</style>
background-color css
<style>
a { background-color: #728205; }
a { background-color: rgb(114,130,5); }
div.DivClassName
{
background-color: #728205;
}
.BgClassName
{
background-color: #728205;
}
</style>
border-color css
<style>
span { border-color: #728205; }
span { border-color: rgb(114,130,5); }
td.TdClassName
{
border-color: #728205;
}
.TagClassName
{
border-color: #728205;
}
</style>