Shades of Olive #747901
Tints of Olive #747901
RGB
CMYK
RGB Variations
Color information
#747901 (or 0x747901) is known color: Olive. HEX triplet: 74, 79 and 01. RGB value is (116,121,1). Sum of RGB (Red+Green+Blue) = 116+121+1=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #747901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747901 is #8B86FE. Grayscale: #6A6A6A. Windows color (decimal): -9144063 or 96628. OLE color: 96628.
HSL color Cylindrical-coordinate representation of color #747901: hue angle of 62.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #747901 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.53 |
| HSL | 62.5º | 0.98% | 0.24% | - |
| HSV(B) | 62.5º | 0.99% | 0.47% | - |
| XYZ | 14.05 | 17.39 | 2.65 | - |
| YUV | 105.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 1 | 0.04 | 0 | 0.99 | 0.53 | 62.5 | 0.98 | 0.24 |
| Hex | 74 | 79 | 1 | 4 | 0 | 63 | 35 | 3F | 62 | 18 |
| Octal | 164 | 171 | 1 | 4 | 0 | 143 | 65 | 77 | 142 | 30 |
| Binary | 1110100 | 1111001 | 1 | 100 | 0 | 1100011 | 110101 | 111111 | 1100010 | 11000 |
Color Harmonies of #747901
Complementary color
Monochromatic Colors of #747901
Black with #747901
Text Example
Text Example
White with #747901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747901; }
p { color: rgb(116,121,1); }
H1.HeaderClassName
{
color: #747901;
}
.AnyTagClassName
{
color: #747901;
}
</style>
background-color css
<style>
a { background-color: #747901; }
a { background-color: rgb(116,121,1); }
div.DivClassName
{
background-color: #747901;
}
.BgClassName
{
background-color: #747901;
}
</style>
border-color css
<style>
span { border-color: #747901; }
span { border-color: rgb(116,121,1); }
td.TdClassName
{
border-color: #747901;
}
.TagClassName
{
border-color: #747901;
}
</style>