Shades of Olive #747712
Tints of Olive #747712
RGB
CMYK
RGB Variations
Color information
#747712 (or 0x747712) is known color: Olive. HEX triplet: 74, 77 and 12. RGB value is (116,119,18). Sum of RGB (Red+Green+Blue) = 116+119+18=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #747712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747712 is #8B88ED. Grayscale: #6A6A6A. Windows color (decimal): -9144558 or 1210228. OLE color: 1210228.
HSL color Cylindrical-coordinate representation of color #747712: hue angle of 61.78º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #747712 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 18 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.53 |
| HSL | 61.78º | 0.74% | 0.27% | - |
| HSV(B) | 61.78º | 0.85% | 0.47% | - |
| XYZ | 13.91 | 16.95 | 3.11 | - |
| YUV | 106.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 18 | 0.03 | 0 | 0.85 | 0.53 | 61.78 | 0.74 | 0.27 |
| Hex | 74 | 77 | 12 | 3 | 0 | 55 | 35 | 3E | 4A | 1B |
| Octal | 164 | 167 | 22 | 3 | 0 | 125 | 65 | 76 | 112 | 33 |
| Binary | 1110100 | 1110111 | 10010 | 11 | 0 | 1010101 | 110101 | 111110 | 1001010 | 11011 |
Color Harmonies of #747712
Complementary color
Monochromatic Colors of #747712
Black with #747712
Text Example
Text Example
White with #747712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747712; }
p { color: rgb(116,119,18); }
H1.HeaderClassName
{
color: #747712;
}
.AnyTagClassName
{
color: #747712;
}
</style>
background-color css
<style>
a { background-color: #747712; }
a { background-color: rgb(116,119,18); }
div.DivClassName
{
background-color: #747712;
}
.BgClassName
{
background-color: #747712;
}
</style>
border-color css
<style>
span { border-color: #747712; }
span { border-color: rgb(116,119,18); }
td.TdClassName
{
border-color: #747712;
}
.TagClassName
{
border-color: #747712;
}
</style>