Shades of Olive #728A03
Tints of Olive #728A03
RGB
CMYK
RGB Variations
Color information
#728A03 (or 0x728A03) is known color: Olive. HEX triplet: 72, 8A and 03. RGB value is (114,138,3). Sum of RGB (Red+Green+Blue) = 114+138+3=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #728A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728A03 is #8D75FC. Grayscale: #737373. Windows color (decimal): -9270781 or 232050. OLE color: 232050.
HSL color Cylindrical-coordinate representation of color #728A03: hue angle of 70.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #728A03 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 3 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.46 |
| HSL | 70.67º | 0.96% | 0.28% | - |
| HSV(B) | 70.67º | 0.98% | 0.54% | - |
| XYZ | 16.04 | 21.76 | 3.44 | - |
| YUV | 115.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 3 | 0.17 | 0 | 0.98 | 0.46 | 70.67 | 0.96 | 0.28 |
| Hex | 72 | 8A | 3 | 11 | 0 | 62 | 2E | 47 | 60 | 1C |
| Octal | 162 | 212 | 3 | 21 | 0 | 142 | 56 | 107 | 140 | 34 |
| Binary | 1110010 | 10001010 | 11 | 10001 | 0 | 1100010 | 101110 | 1000111 | 1100000 | 11100 |
Color Harmonies of #728A03
Complementary color
Monochromatic Colors of #728A03
Black with #728A03
Text Example
Text Example
White with #728A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A03; }
p { color: rgb(114,138,3); }
H1.HeaderClassName
{
color: #728A03;
}
.AnyTagClassName
{
color: #728A03;
}
</style>
background-color css
<style>
a { background-color: #728A03; }
a { background-color: rgb(114,138,3); }
div.DivClassName
{
background-color: #728A03;
}
.BgClassName
{
background-color: #728A03;
}
</style>
border-color css
<style>
span { border-color: #728A03; }
span { border-color: rgb(114,138,3); }
td.TdClassName
{
border-color: #728A03;
}
.TagClassName
{
border-color: #728A03;
}
</style>