Shades of Olive #746603
Tints of Olive #746603
RGB
CMYK
RGB Variations
Color information
#746603 (or 0x746603) is known color: Olive. HEX triplet: 74, 66 and 03. RGB value is (116,102,3). Sum of RGB (Red+Green+Blue) = 116+102+3=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #746603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746603 is #8B99FC. Grayscale: #5F5F5F. Windows color (decimal): -9148925 or 222836. OLE color: 222836.
HSL color Cylindrical-coordinate representation of color #746603: hue angle of 52.57º 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 #746603 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 3 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.55 |
| HSL | 52.57º | 0.95% | 0.23% | - |
| HSV(B) | 52.57º | 0.97% | 0.45% | - |
| XYZ | 11.97 | 13.22 | 2.01 | - |
| YUV | 94.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 3 | 0 | 0.12 | 0.97 | 0.55 | 52.57 | 0.95 | 0.23 |
| Hex | 74 | 66 | 3 | 0 | C | 61 | 37 | 35 | 5F | 17 |
| Octal | 164 | 146 | 3 | 0 | 14 | 141 | 67 | 65 | 137 | 27 |
| Binary | 1110100 | 1100110 | 11 | 0 | 1100 | 1100001 | 110111 | 110101 | 1011111 | 10111 |
Color Harmonies of #746603
Complementary color
Monochromatic Colors of #746603
Black with #746603
Text Example
Text Example
White with #746603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746603; }
p { color: rgb(116,102,3); }
H1.HeaderClassName
{
color: #746603;
}
.AnyTagClassName
{
color: #746603;
}
</style>
background-color css
<style>
a { background-color: #746603; }
a { background-color: rgb(116,102,3); }
div.DivClassName
{
background-color: #746603;
}
.BgClassName
{
background-color: #746603;
}
</style>
border-color css
<style>
span { border-color: #746603; }
span { border-color: rgb(116,102,3); }
td.TdClassName
{
border-color: #746603;
}
.TagClassName
{
border-color: #746603;
}
</style>