Shades of Olive #746C00
Tints of Olive #746C00
RGB
CMYK
RGB Variations
Color information
#746C00 (or 0x746C00) is known color: Olive. HEX triplet: 74, 6C and 00. RGB value is (116,108,0). Sum of RGB (Red+Green+Blue) = 116+108+0=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #746C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C00 is #8B93FF. Grayscale: #626262. Windows color (decimal): -9147392 or 27764. OLE color: 27764.
HSL color Cylindrical-coordinate representation of color #746C00: hue angle of 55.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #746C00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.55 |
| HSL | 55.86º | 1% | 0.23% | - |
| HSV(B) | 55.86º | 1% | 0.45% | - |
| XYZ | 12.57 | 14.44 | 2.12 | - |
| YUV | 98.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 0 | 0 | 0.07 | 1 | 0.55 | 55.86 | 1 | 0.23 |
| Hex | 74 | 6C | 0 | 0 | 7 | 64 | 37 | 38 | 64 | 17 |
| Octal | 164 | 154 | 0 | 0 | 7 | 144 | 67 | 70 | 144 | 27 |
| Binary | 1110100 | 1101100 | 0 | 0 | 111 | 1100100 | 110111 | 111000 | 1100100 | 10111 |
Color Harmonies of #746C00
Complementary color
Monochromatic Colors of #746C00
Black with #746C00
Text Example
Text Example
White with #746C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C00; }
p { color: rgb(116,108,0); }
H1.HeaderClassName
{
color: #746C00;
}
.AnyTagClassName
{
color: #746C00;
}
</style>
background-color css
<style>
a { background-color: #746C00; }
a { background-color: rgb(116,108,0); }
div.DivClassName
{
background-color: #746C00;
}
.BgClassName
{
background-color: #746C00;
}
</style>
border-color css
<style>
span { border-color: #746C00; }
span { border-color: rgb(116,108,0); }
td.TdClassName
{
border-color: #746C00;
}
.TagClassName
{
border-color: #746C00;
}
</style>