Shades of Olive #746705
Tints of Olive #746705
RGB
CMYK
RGB Variations
Color information
#746705 (or 0x746705) is known color: Olive. HEX triplet: 74, 67 and 05. RGB value is (116,103,5). Sum of RGB (Red+Green+Blue) = 116+103+5=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #746705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746705 is #8B98FA. Grayscale: #606060. Windows color (decimal): -9148667 or 354164. OLE color: 354164.
HSL color Cylindrical-coordinate representation of color #746705: hue angle of 52.97º 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 #746705 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 5 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.55 |
| HSL | 52.97º | 0.92% | 0.24% | - |
| HSV(B) | 52.97º | 0.96% | 0.45% | - |
| XYZ | 12.08 | 13.42 | 2.1 | - |
| YUV | 95.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 5 | 0 | 0.11 | 0.96 | 0.55 | 52.97 | 0.92 | 0.24 |
| Hex | 74 | 67 | 5 | 0 | B | 60 | 37 | 35 | 5C | 18 |
| Octal | 164 | 147 | 5 | 0 | 13 | 140 | 67 | 65 | 134 | 30 |
| Binary | 1110100 | 1100111 | 101 | 0 | 1011 | 1100000 | 110111 | 110101 | 1011100 | 11000 |
Color Harmonies of #746705
Complementary color
Monochromatic Colors of #746705
Black with #746705
Text Example
Text Example
White with #746705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746705; }
p { color: rgb(116,103,5); }
H1.HeaderClassName
{
color: #746705;
}
.AnyTagClassName
{
color: #746705;
}
</style>
background-color css
<style>
a { background-color: #746705; }
a { background-color: rgb(116,103,5); }
div.DivClassName
{
background-color: #746705;
}
.BgClassName
{
background-color: #746705;
}
</style>
border-color css
<style>
span { border-color: #746705; }
span { border-color: rgb(116,103,5); }
td.TdClassName
{
border-color: #746705;
}
.TagClassName
{
border-color: #746705;
}
</style>