Shades of Olive #748D00
Tints of Olive #748D00
RGB
CMYK
RGB Variations
Color information
#748D00 (or 0x748D00) is known color: Olive. HEX triplet: 74, 8D and 00. RGB value is (116,141,0). Sum of RGB (Red+Green+Blue) = 116+141+0=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #748D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748D00 is #8B72FF. Grayscale: #757575. Windows color (decimal): -9138944 or 36212. OLE color: 36212.
HSL color Cylindrical-coordinate representation of color #748D00: hue angle of 70.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #748D00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.45 |
| HSL | 70.64º | 1% | 0.28% | - |
| HSV(B) | 70.64º | 1% | 0.55% | - |
| XYZ | 16.73 | 22.76 | 3.51 | - |
| YUV | 117.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 0 | 0.18 | 0 | 1 | 0.45 | 70.64 | 1 | 0.28 |
| Hex | 74 | 8D | 0 | 12 | 0 | 64 | 2D | 47 | 64 | 1C |
| Octal | 164 | 215 | 0 | 22 | 0 | 144 | 55 | 107 | 144 | 34 |
| Binary | 1110100 | 10001101 | 0 | 10010 | 0 | 1100100 | 101101 | 1000111 | 1100100 | 11100 |
Color Harmonies of #748D00
Complementary color
Monochromatic Colors of #748D00
Black with #748D00
Text Example
Text Example
White with #748D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D00; }
p { color: rgb(116,141,0); }
H1.HeaderClassName
{
color: #748D00;
}
.AnyTagClassName
{
color: #748D00;
}
</style>
background-color css
<style>
a { background-color: #748D00; }
a { background-color: rgb(116,141,0); }
div.DivClassName
{
background-color: #748D00;
}
.BgClassName
{
background-color: #748D00;
}
</style>
border-color css
<style>
span { border-color: #748D00; }
span { border-color: rgb(116,141,0); }
td.TdClassName
{
border-color: #748D00;
}
.TagClassName
{
border-color: #748D00;
}
</style>