Shades of Olive #746503
Tints of Olive #746503
RGB
CMYK
RGB Variations
Color information
#746503 (or 0x746503) is known color: Olive. HEX triplet: 74, 65 and 03. RGB value is (116,101,3). Sum of RGB (Red+Green+Blue) = 116+101+3=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #746503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746503 is #8B9AFC. Grayscale: #5E5E5E. Windows color (decimal): -9149181 or 222580. OLE color: 222580.
HSL color Cylindrical-coordinate representation of color #746503: hue angle of 52.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746503 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 3 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.55 |
| HSL | 52.04º | 0.95% | 0.23% | - |
| HSV(B) | 52.04º | 0.97% | 0.45% | - |
| XYZ | 11.87 | 13.03 | 1.97 | - |
| YUV | 94.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 3 | 0 | 0.13 | 0.97 | 0.55 | 52.04 | 0.95 | 0.23 |
| Hex | 74 | 65 | 3 | 0 | D | 61 | 37 | 34 | 5F | 17 |
| Octal | 164 | 145 | 3 | 0 | 15 | 141 | 67 | 64 | 137 | 27 |
| Binary | 1110100 | 1100101 | 11 | 0 | 1101 | 1100001 | 110111 | 110100 | 1011111 | 10111 |
Color Harmonies of #746503
Complementary color
Monochromatic Colors of #746503
Black with #746503
Text Example
Text Example
White with #746503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746503; }
p { color: rgb(116,101,3); }
H1.HeaderClassName
{
color: #746503;
}
.AnyTagClassName
{
color: #746503;
}
</style>
background-color css
<style>
a { background-color: #746503; }
a { background-color: rgb(116,101,3); }
div.DivClassName
{
background-color: #746503;
}
.BgClassName
{
background-color: #746503;
}
</style>
border-color css
<style>
span { border-color: #746503; }
span { border-color: rgb(116,101,3); }
td.TdClassName
{
border-color: #746503;
}
.TagClassName
{
border-color: #746503;
}
</style>