Shades of Olive #728206
Tints of Olive #728206
RGB
CMYK
RGB Variations
Color information
#728206 (or 0x728206) is known color: Olive. HEX triplet: 72, 82 and 06. RGB value is (114,130,6). Sum of RGB (Red+Green+Blue) = 114+130+6=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #728206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728206 is #8D7DF9. Grayscale: #6F6F6F. Windows color (decimal): -9272826 or 426610. OLE color: 426610.
HSL color Cylindrical-coordinate representation of color #728206: hue angle of 67.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #728206 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 6 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.49 |
| HSL | 67.74º | 0.91% | 0.27% | - |
| HSV(B) | 67.74º | 0.95% | 0.51% | - |
| XYZ | 14.95 | 19.56 | 3.16 | - |
| YUV | 111.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 6 | 0.12 | 0 | 0.95 | 0.49 | 67.74 | 0.91 | 0.27 |
| Hex | 72 | 82 | 6 | C | 0 | 5F | 31 | 44 | 5B | 1B |
| Octal | 162 | 202 | 6 | 14 | 0 | 137 | 61 | 104 | 133 | 33 |
| Binary | 1110010 | 10000010 | 110 | 1100 | 0 | 1011111 | 110001 | 1000100 | 1011011 | 11011 |
Color Harmonies of #728206
Complementary color
Monochromatic Colors of #728206
Black with #728206
Text Example
Text Example
White with #728206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728206; }
p { color: rgb(114,130,6); }
H1.HeaderClassName
{
color: #728206;
}
.AnyTagClassName
{
color: #728206;
}
</style>
background-color css
<style>
a { background-color: #728206; }
a { background-color: rgb(114,130,6); }
div.DivClassName
{
background-color: #728206;
}
.BgClassName
{
background-color: #728206;
}
</style>
border-color css
<style>
span { border-color: #728206; }
span { border-color: rgb(114,130,6); }
td.TdClassName
{
border-color: #728206;
}
.TagClassName
{
border-color: #728206;
}
</style>