Shades of Olive #748400
Tints of Olive #748400
RGB
CMYK
RGB Variations
Color information
#748400 (or 0x748400) is known color: Olive. HEX triplet: 74, 84 and 00. RGB value is (116,132,0). Sum of RGB (Red+Green+Blue) = 116+132+0=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #748400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748400 is #8B7BFF. Grayscale: #707070. Windows color (decimal): -9141248 or 33908. OLE color: 33908.
HSL color Cylindrical-coordinate representation of color #748400: hue angle of 67.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #748400 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.48 |
| HSL | 67.27º | 1% | 0.26% | - |
| HSV(B) | 67.27º | 1% | 0.52% | - |
| XYZ | 15.45 | 20.22 | 3.09 | - |
| YUV | 112.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 0 | 0.12 | 0 | 1 | 0.48 | 67.27 | 1 | 0.26 |
| Hex | 74 | 84 | 0 | C | 0 | 64 | 30 | 43 | 64 | 1A |
| Octal | 164 | 204 | 0 | 14 | 0 | 144 | 60 | 103 | 144 | 32 |
| Binary | 1110100 | 10000100 | 0 | 1100 | 0 | 1100100 | 110000 | 1000011 | 1100100 | 11010 |
Color Harmonies of #748400
Complementary color
Monochromatic Colors of #748400
Black with #748400
Text Example
Text Example
White with #748400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748400; }
p { color: rgb(116,132,0); }
H1.HeaderClassName
{
color: #748400;
}
.AnyTagClassName
{
color: #748400;
}
</style>
background-color css
<style>
a { background-color: #748400; }
a { background-color: rgb(116,132,0); }
div.DivClassName
{
background-color: #748400;
}
.BgClassName
{
background-color: #748400;
}
</style>
border-color css
<style>
span { border-color: #748400; }
span { border-color: rgb(116,132,0); }
td.TdClassName
{
border-color: #748400;
}
.TagClassName
{
border-color: #748400;
}
</style>