Shades of Olive #747200
Tints of Olive #747200
RGB
CMYK
RGB Variations
Color information
#747200 (or 0x747200) is known color: Olive. HEX triplet: 74, 72 and 00. RGB value is (116,114,0). Sum of RGB (Red+Green+Blue) = 116+114+0=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #747200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747200 is #8B8DFF. Grayscale: #666666. Windows color (decimal): -9145856 or 29300. OLE color: 29300.
HSL color Cylindrical-coordinate representation of color #747200: hue angle of 58.97º 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 #747200 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.55 |
| HSL | 58.97º | 1% | 0.23% | - |
| HSV(B) | 58.97º | 1% | 0.45% | - |
| XYZ | 13.22 | 15.75 | 2.34 | - |
| YUV | 101.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 0 | 0 | 0.02 | 1 | 0.55 | 58.97 | 1 | 0.23 |
| Hex | 74 | 72 | 0 | 0 | 2 | 64 | 37 | 3B | 64 | 17 |
| Octal | 164 | 162 | 0 | 0 | 2 | 144 | 67 | 73 | 144 | 27 |
| Binary | 1110100 | 1110010 | 0 | 0 | 10 | 1100100 | 110111 | 111011 | 1100100 | 10111 |
Color Harmonies of #747200
Complementary color
Monochromatic Colors of #747200
Black with #747200
Text Example
Text Example
White with #747200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747200; }
p { color: rgb(116,114,0); }
H1.HeaderClassName
{
color: #747200;
}
.AnyTagClassName
{
color: #747200;
}
</style>
background-color css
<style>
a { background-color: #747200; }
a { background-color: rgb(116,114,0); }
div.DivClassName
{
background-color: #747200;
}
.BgClassName
{
background-color: #747200;
}
</style>
border-color css
<style>
span { border-color: #747200; }
span { border-color: rgb(116,114,0); }
td.TdClassName
{
border-color: #747200;
}
.TagClassName
{
border-color: #747200;
}
</style>