Shades of Olive #747F03
Tints of Olive #747F03
RGB
CMYK
RGB Variations
Color information
#747F03 (or 0x747F03) is known color: Olive. HEX triplet: 74, 7F and 03. RGB value is (116,127,3). Sum of RGB (Red+Green+Blue) = 116+127+3=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #747F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F03 is #8B80FC. Grayscale: #6E6E6E. Windows color (decimal): -9142525 or 229236. OLE color: 229236.
HSL color Cylindrical-coordinate representation of color #747F03: hue angle of 65.32º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747F03 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 3 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.50 |
| HSL | 65.32º | 0.95% | 0.25% | - |
| HSV(B) | 65.32º | 0.98% | 0.5% | - |
| XYZ | 14.81 | 18.9 | 2.95 | - |
| YUV | 109.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 3 | 0.09 | 0 | 0.98 | 0.50 | 65.32 | 0.95 | 0.25 |
| Hex | 74 | 7F | 3 | 9 | 0 | 62 | 32 | 41 | 5F | 19 |
| Octal | 164 | 177 | 3 | 11 | 0 | 142 | 62 | 101 | 137 | 31 |
| Binary | 1110100 | 1111111 | 11 | 1001 | 0 | 1100010 | 110010 | 1000001 | 1011111 | 11001 |
Color Harmonies of #747F03
Complementary color
Monochromatic Colors of #747F03
Black with #747F03
Text Example
Text Example
White with #747F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F03; }
p { color: rgb(116,127,3); }
H1.HeaderClassName
{
color: #747F03;
}
.AnyTagClassName
{
color: #747F03;
}
</style>
background-color css
<style>
a { background-color: #747F03; }
a { background-color: rgb(116,127,3); }
div.DivClassName
{
background-color: #747F03;
}
.BgClassName
{
background-color: #747F03;
}
</style>
border-color css
<style>
span { border-color: #747F03; }
span { border-color: rgb(116,127,3); }
td.TdClassName
{
border-color: #747F03;
}
.TagClassName
{
border-color: #747F03;
}
</style>