Shades of Olive #747201
Tints of Olive #747201
RGB
CMYK
RGB Variations
Color information
#747201 (or 0x747201) is known color: Olive. HEX triplet: 74, 72 and 01. RGB value is (116,114,1). Sum of RGB (Red+Green+Blue) = 116+114+1=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #747201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747201 is #8B8DFE. Grayscale: #666666. Windows color (decimal): -9145855 or 94836. OLE color: 94836.
HSL color Cylindrical-coordinate representation of color #747201: hue angle of 58.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #747201 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.55 |
| HSL | 58.96º | 0.98% | 0.23% | - |
| HSV(B) | 58.96º | 0.99% | 0.45% | - |
| XYZ | 13.23 | 15.75 | 2.37 | - |
| YUV | 101.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 1 | 0 | 0.02 | 0.99 | 0.55 | 58.96 | 0.98 | 0.23 |
| Hex | 74 | 72 | 1 | 0 | 2 | 63 | 37 | 3B | 62 | 17 |
| Octal | 164 | 162 | 1 | 0 | 2 | 143 | 67 | 73 | 142 | 27 |
| Binary | 1110100 | 1110010 | 1 | 0 | 10 | 1100011 | 110111 | 111011 | 1100010 | 10111 |
Color Harmonies of #747201
Complementary color
Monochromatic Colors of #747201
Black with #747201
Text Example
Text Example
White with #747201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747201; }
p { color: rgb(116,114,1); }
H1.HeaderClassName
{
color: #747201;
}
.AnyTagClassName
{
color: #747201;
}
</style>
background-color css
<style>
a { background-color: #747201; }
a { background-color: rgb(116,114,1); }
div.DivClassName
{
background-color: #747201;
}
.BgClassName
{
background-color: #747201;
}
</style>
border-color css
<style>
span { border-color: #747201; }
span { border-color: rgb(116,114,1); }
td.TdClassName
{
border-color: #747201;
}
.TagClassName
{
border-color: #747201;
}
</style>