Shades of Olive #738103
Tints of Olive #738103
RGB
CMYK
RGB Variations
Color information
#738103 (or 0x738103) is known color: Olive. HEX triplet: 73, 81 and 03. RGB value is (115,129,3). Sum of RGB (Red+Green+Blue) = 115+129+3=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #738103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738103 is #8C7EFC. Grayscale: #6E6E6E. Windows color (decimal): -9207549 or 229747. OLE color: 229747.
HSL color Cylindrical-coordinate representation of color #738103: hue angle of 66.67º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #738103 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.49 |
| HSL | 66.67º | 0.95% | 0.26% | - |
| HSV(B) | 66.67º | 0.98% | 0.51% | - |
| XYZ | 14.94 | 19.35 | 3.03 | - |
| YUV | 110.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 3 | 0.11 | 0 | 0.98 | 0.49 | 66.67 | 0.95 | 0.26 |
| Hex | 73 | 81 | 3 | B | 0 | 62 | 31 | 43 | 5F | 1A |
| Octal | 163 | 201 | 3 | 13 | 0 | 142 | 61 | 103 | 137 | 32 |
| Binary | 1110011 | 10000001 | 11 | 1011 | 0 | 1100010 | 110001 | 1000011 | 1011111 | 11010 |
Color Harmonies of #738103
Complementary color
Monochromatic Colors of #738103
Black with #738103
Text Example
Text Example
White with #738103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738103; }
p { color: rgb(115,129,3); }
H1.HeaderClassName
{
color: #738103;
}
.AnyTagClassName
{
color: #738103;
}
</style>
background-color css
<style>
a { background-color: #738103; }
a { background-color: rgb(115,129,3); }
div.DivClassName
{
background-color: #738103;
}
.BgClassName
{
background-color: #738103;
}
</style>
border-color css
<style>
span { border-color: #738103; }
span { border-color: rgb(115,129,3); }
td.TdClassName
{
border-color: #738103;
}
.TagClassName
{
border-color: #738103;
}
</style>