Shades of Olive #747F01
Tints of Olive #747F01
RGB
CMYK
RGB Variations
Color information
#747F01 (or 0x747F01) is known color: Olive. HEX triplet: 74, 7F and 01. RGB value is (116,127,1). Sum of RGB (Red+Green+Blue) = 116+127+1=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #747F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F01 is #8B80FE. Grayscale: #6D6D6D. Windows color (decimal): -9142527 or 98164. OLE color: 98164.
HSL color Cylindrical-coordinate representation of color #747F01: hue angle of 65.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #747F01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.50 |
| HSL | 65.24º | 0.98% | 0.25% | - |
| HSV(B) | 65.24º | 0.99% | 0.5% | - |
| XYZ | 14.8 | 18.89 | 2.9 | - |
| YUV | 109.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 1 | 0.09 | 0 | 0.99 | 0.50 | 65.24 | 0.98 | 0.25 |
| Hex | 74 | 7F | 1 | 9 | 0 | 63 | 32 | 41 | 62 | 19 |
| Octal | 164 | 177 | 1 | 11 | 0 | 143 | 62 | 101 | 142 | 31 |
| Binary | 1110100 | 1111111 | 1 | 1001 | 0 | 1100011 | 110010 | 1000001 | 1100010 | 11001 |
Color Harmonies of #747F01
Complementary color
Monochromatic Colors of #747F01
Black with #747F01
Text Example
Text Example
White with #747F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F01; }
p { color: rgb(116,127,1); }
H1.HeaderClassName
{
color: #747F01;
}
.AnyTagClassName
{
color: #747F01;
}
</style>
background-color css
<style>
a { background-color: #747F01; }
a { background-color: rgb(116,127,1); }
div.DivClassName
{
background-color: #747F01;
}
.BgClassName
{
background-color: #747F01;
}
</style>
border-color css
<style>
span { border-color: #747F01; }
span { border-color: rgb(116,127,1); }
td.TdClassName
{
border-color: #747F01;
}
.TagClassName
{
border-color: #747F01;
}
</style>