Shades of Olive #748706
Tints of Olive #748706
RGB
CMYK
RGB Variations
Color information
#748706 (or 0x748706) is known color: Olive. HEX triplet: 74, 87 and 06. RGB value is (116,135,6). Sum of RGB (Red+Green+Blue) = 116+135+6=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #748706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748706 is #8B78F9. Grayscale: #737373. Windows color (decimal): -9140474 or 427892. OLE color: 427892.
HSL color Cylindrical-coordinate representation of color #748706: hue angle of 68.84º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #748706 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 6 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.47 |
| HSL | 68.84º | 0.91% | 0.28% | - |
| HSV(B) | 68.84º | 0.96% | 0.53% | - |
| XYZ | 15.9 | 21.05 | 3.4 | - |
| YUV | 114.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 6 | 0.14 | 0 | 0.96 | 0.47 | 68.84 | 0.91 | 0.28 |
| Hex | 74 | 87 | 6 | E | 0 | 60 | 2F | 45 | 5B | 1C |
| Octal | 164 | 207 | 6 | 16 | 0 | 140 | 57 | 105 | 133 | 34 |
| Binary | 1110100 | 10000111 | 110 | 1110 | 0 | 1100000 | 101111 | 1000101 | 1011011 | 11100 |
Color Harmonies of #748706
Complementary color
Monochromatic Colors of #748706
Black with #748706
Text Example
Text Example
White with #748706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748706; }
p { color: rgb(116,135,6); }
H1.HeaderClassName
{
color: #748706;
}
.AnyTagClassName
{
color: #748706;
}
</style>
background-color css
<style>
a { background-color: #748706; }
a { background-color: rgb(116,135,6); }
div.DivClassName
{
background-color: #748706;
}
.BgClassName
{
background-color: #748706;
}
</style>
border-color css
<style>
span { border-color: #748706; }
span { border-color: rgb(116,135,6); }
td.TdClassName
{
border-color: #748706;
}
.TagClassName
{
border-color: #748706;
}
</style>