Shades of Olive #747903
Tints of Olive #747903
RGB
CMYK
RGB Variations
Color information
#747903 (or 0x747903) is known color: Olive. HEX triplet: 74, 79 and 03. RGB value is (116,121,3). Sum of RGB (Red+Green+Blue) = 116+121+3=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #747903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747903 is #8B86FC. Grayscale: #6A6A6A. Windows color (decimal): -9144061 or 227700. OLE color: 227700.
HSL color Cylindrical-coordinate representation of color #747903: hue angle of 62.54º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747903 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.53 |
| HSL | 62.54º | 0.95% | 0.24% | - |
| HSV(B) | 62.54º | 0.98% | 0.47% | - |
| XYZ | 14.06 | 17.39 | 2.7 | - |
| YUV | 106.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 3 | 0.04 | 0 | 0.98 | 0.53 | 62.54 | 0.95 | 0.24 |
| Hex | 74 | 79 | 3 | 4 | 0 | 62 | 35 | 3F | 5F | 18 |
| Octal | 164 | 171 | 3 | 4 | 0 | 142 | 65 | 77 | 137 | 30 |
| Binary | 1110100 | 1111001 | 11 | 100 | 0 | 1100010 | 110101 | 111111 | 1011111 | 11000 |
Color Harmonies of #747903
Complementary color
Monochromatic Colors of #747903
Black with #747903
Text Example
Text Example
White with #747903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747903; }
p { color: rgb(116,121,3); }
H1.HeaderClassName
{
color: #747903;
}
.AnyTagClassName
{
color: #747903;
}
</style>
background-color css
<style>
a { background-color: #747903; }
a { background-color: rgb(116,121,3); }
div.DivClassName
{
background-color: #747903;
}
.BgClassName
{
background-color: #747903;
}
</style>
border-color css
<style>
span { border-color: #747903; }
span { border-color: rgb(116,121,3); }
td.TdClassName
{
border-color: #747903;
}
.TagClassName
{
border-color: #747903;
}
</style>