Shades of Olive #747001
Tints of Olive #747001
RGB
CMYK
RGB Variations
Color information
#747001 (or 0x747001) is known color: Olive. HEX triplet: 74, 70 and 01. RGB value is (116,112,1). Sum of RGB (Red+Green+Blue) = 116+112+1=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #747001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747001 is #8B8FFE. Grayscale: #646464. Windows color (decimal): -9146367 or 94324. OLE color: 94324.
HSL color Cylindrical-coordinate representation of color #747001: hue angle of 57.91º 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 #747001 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.55 |
| HSL | 57.91º | 0.98% | 0.23% | - |
| HSV(B) | 57.91º | 0.99% | 0.45% | - |
| XYZ | 13 | 15.3 | 2.3 | - |
| YUV | 100.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 1 | 0 | 0.03 | 0.99 | 0.55 | 57.91 | 0.98 | 0.23 |
| Hex | 74 | 70 | 1 | 0 | 3 | 63 | 37 | 3A | 62 | 17 |
| Octal | 164 | 160 | 1 | 0 | 3 | 143 | 67 | 72 | 142 | 27 |
| Binary | 1110100 | 1110000 | 1 | 0 | 11 | 1100011 | 110111 | 111010 | 1100010 | 10111 |
Color Harmonies of #747001
Complementary color
Monochromatic Colors of #747001
Black with #747001
Text Example
Text Example
White with #747001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747001; }
p { color: rgb(116,112,1); }
H1.HeaderClassName
{
color: #747001;
}
.AnyTagClassName
{
color: #747001;
}
</style>
background-color css
<style>
a { background-color: #747001; }
a { background-color: rgb(116,112,1); }
div.DivClassName
{
background-color: #747001;
}
.BgClassName
{
background-color: #747001;
}
</style>
border-color css
<style>
span { border-color: #747001; }
span { border-color: rgb(116,112,1); }
td.TdClassName
{
border-color: #747001;
}
.TagClassName
{
border-color: #747001;
}
</style>