Shades of Olive #747E01
Tints of Olive #747E01
RGB
CMYK
RGB Variations
Color information
#747E01 (or 0x747E01) is known color: Olive. HEX triplet: 74, 7E and 01. RGB value is (116,126,1). Sum of RGB (Red+Green+Blue) = 116+126+1=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #747E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747E01 is #8B81FE. Grayscale: #6D6D6D. Windows color (decimal): -9142783 or 97908. OLE color: 97908.
HSL color Cylindrical-coordinate representation of color #747E01: hue angle of 64.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #747E01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.51 |
| HSL | 64.8º | 0.98% | 0.25% | - |
| HSV(B) | 64.8º | 0.99% | 0.49% | - |
| XYZ | 14.67 | 18.64 | 2.85 | - |
| YUV | 108.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 1 | 0.08 | 0 | 0.99 | 0.51 | 64.8 | 0.98 | 0.25 |
| Hex | 74 | 7E | 1 | 8 | 0 | 63 | 33 | 41 | 62 | 19 |
| Octal | 164 | 176 | 1 | 10 | 0 | 143 | 63 | 101 | 142 | 31 |
| Binary | 1110100 | 1111110 | 1 | 1000 | 0 | 1100011 | 110011 | 1000001 | 1100010 | 11001 |
Color Harmonies of #747E01
Complementary color
Monochromatic Colors of #747E01
Black with #747E01
Text Example
Text Example
White with #747E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E01; }
p { color: rgb(116,126,1); }
H1.HeaderClassName
{
color: #747E01;
}
.AnyTagClassName
{
color: #747E01;
}
</style>
background-color css
<style>
a { background-color: #747E01; }
a { background-color: rgb(116,126,1); }
div.DivClassName
{
background-color: #747E01;
}
.BgClassName
{
background-color: #747E01;
}
</style>
border-color css
<style>
span { border-color: #747E01; }
span { border-color: rgb(116,126,1); }
td.TdClassName
{
border-color: #747E01;
}
.TagClassName
{
border-color: #747E01;
}
</style>