Shades of Olive #748008
Tints of Olive #748008
RGB
CMYK
RGB Variations
Color information
#748008 (or 0x748008) is known color: Olive. HEX triplet: 74, 80 and 08. RGB value is (116,128,8). Sum of RGB (Red+Green+Blue) = 116+128+8=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #748008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748008 is #8B7FF7. Grayscale: #6F6F6F. Windows color (decimal): -9142264 or 557172. OLE color: 557172.
HSL color Cylindrical-coordinate representation of color #748008: hue angle of 66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748008 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 8 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.50 |
| HSL | 66º | 0.88% | 0.27% | - |
| HSV(B) | 66º | 0.94% | 0.5% | - |
| XYZ | 14.97 | 19.17 | 3.14 | - |
| YUV | 110.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 8 | 0.09 | 0 | 0.94 | 0.50 | 66 | 0.88 | 0.27 |
| Hex | 74 | 80 | 8 | 9 | 0 | 5E | 32 | 42 | 58 | 1B |
| Octal | 164 | 200 | 10 | 11 | 0 | 136 | 62 | 102 | 130 | 33 |
| Binary | 1110100 | 10000000 | 1000 | 1001 | 0 | 1011110 | 110010 | 1000010 | 1011000 | 11011 |
Color Harmonies of #748008
Complementary color
Monochromatic Colors of #748008
Black with #748008
Text Example
Text Example
White with #748008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748008; }
p { color: rgb(116,128,8); }
H1.HeaderClassName
{
color: #748008;
}
.AnyTagClassName
{
color: #748008;
}
</style>
background-color css
<style>
a { background-color: #748008; }
a { background-color: rgb(116,128,8); }
div.DivClassName
{
background-color: #748008;
}
.BgClassName
{
background-color: #748008;
}
</style>
border-color css
<style>
span { border-color: #748008; }
span { border-color: rgb(116,128,8); }
td.TdClassName
{
border-color: #748008;
}
.TagClassName
{
border-color: #748008;
}
</style>