Shades of Olive #747400
Tints of Olive #747400
RGB
CMYK
RGB Variations
Color information
#747400 (or 0x747400) is known color: Olive. HEX triplet: 74, 74 and 00. RGB value is (116,116,0). Sum of RGB (Red+Green+Blue) = 116+116+0=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747400 is #8B8BFF. Grayscale: #676767. Windows color (decimal): -9145344 or 29812. OLE color: 29812.
HSL color Cylindrical-coordinate representation of color #747400: hue angle of 60º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #747400 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.55 |
| HSL | 60º | 1% | 0.23% | - |
| HSV(B) | 60º | 1% | 0.45% | - |
| XYZ | 13.45 | 16.2 | 2.42 | - |
| YUV | 102.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 0 | 0 | 0 | 1 | 0.55 | 60 | 1 | 0.23 |
| Hex | 74 | 74 | 0 | 0 | 0 | 64 | 37 | 3C | 64 | 17 |
| Octal | 164 | 164 | 0 | 0 | 0 | 144 | 67 | 74 | 144 | 27 |
| Binary | 1110100 | 1110100 | 0 | 0 | 0 | 1100100 | 110111 | 111100 | 1100100 | 10111 |
Color Harmonies of #747400
Complementary color
Monochromatic Colors of #747400
Black with #747400
Text Example
Text Example
White with #747400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747400; }
p { color: rgb(116,116,0); }
H1.HeaderClassName
{
color: #747400;
}
.AnyTagClassName
{
color: #747400;
}
</style>
background-color css
<style>
a { background-color: #747400; }
a { background-color: rgb(116,116,0); }
div.DivClassName
{
background-color: #747400;
}
.BgClassName
{
background-color: #747400;
}
</style>
border-color css
<style>
span { border-color: #747400; }
span { border-color: rgb(116,116,0); }
td.TdClassName
{
border-color: #747400;
}
.TagClassName
{
border-color: #747400;
}
</style>