Shades of Olive #746505
Tints of Olive #746505
RGB
CMYK
RGB Variations
Color information
#746505 (or 0x746505) is known color: Olive. HEX triplet: 74, 65 and 05. RGB value is (116,101,5). Sum of RGB (Red+Green+Blue) = 116+101+5=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #746505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746505 is #8B9AFA. Grayscale: #5E5E5E. Windows color (decimal): -9149179 or 353652. OLE color: 353652.
HSL color Cylindrical-coordinate representation of color #746505: hue angle of 51.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #746505 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 5 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.55 |
| HSL | 51.89º | 0.92% | 0.24% | - |
| HSV(B) | 51.89º | 0.96% | 0.45% | - |
| XYZ | 11.88 | 13.03 | 2.03 | - |
| YUV | 94.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 5 | 0 | 0.13 | 0.96 | 0.55 | 51.89 | 0.92 | 0.24 |
| Hex | 74 | 65 | 5 | 0 | D | 60 | 37 | 34 | 5C | 18 |
| Octal | 164 | 145 | 5 | 0 | 15 | 140 | 67 | 64 | 134 | 30 |
| Binary | 1110100 | 1100101 | 101 | 0 | 1101 | 1100000 | 110111 | 110100 | 1011100 | 11000 |
Color Harmonies of #746505
Complementary color
Monochromatic Colors of #746505
Black with #746505
Text Example
Text Example
White with #746505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746505; }
p { color: rgb(116,101,5); }
H1.HeaderClassName
{
color: #746505;
}
.AnyTagClassName
{
color: #746505;
}
</style>
background-color css
<style>
a { background-color: #746505; }
a { background-color: rgb(116,101,5); }
div.DivClassName
{
background-color: #746505;
}
.BgClassName
{
background-color: #746505;
}
</style>
border-color css
<style>
span { border-color: #746505; }
span { border-color: rgb(116,101,5); }
td.TdClassName
{
border-color: #746505;
}
.TagClassName
{
border-color: #746505;
}
</style>