Shades of Olive #747706
Tints of Olive #747706
RGB
CMYK
RGB Variations
Color information
#747706 (or 0x747706) is known color: Olive. HEX triplet: 74, 77 and 06. RGB value is (116,119,6). Sum of RGB (Red+Green+Blue) = 116+119+6=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #747706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747706 is #8B88F9. Grayscale: #696969. Windows color (decimal): -9144570 or 423796. OLE color: 423796.
HSL color Cylindrical-coordinate representation of color #747706: hue angle of 61.59º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #747706 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 6 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.53 |
| HSL | 61.59º | 0.9% | 0.25% | - |
| HSV(B) | 61.59º | 0.95% | 0.47% | - |
| XYZ | 13.83 | 16.92 | 2.71 | - |
| YUV | 105.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 6 | 0.03 | 0 | 0.95 | 0.53 | 61.59 | 0.9 | 0.25 |
| Hex | 74 | 77 | 6 | 3 | 0 | 5F | 35 | 3E | 5A | 19 |
| Octal | 164 | 167 | 6 | 3 | 0 | 137 | 65 | 76 | 132 | 31 |
| Binary | 1110100 | 1110111 | 110 | 11 | 0 | 1011111 | 110101 | 111110 | 1011010 | 11001 |
Color Harmonies of #747706
Complementary color
Monochromatic Colors of #747706
Black with #747706
Text Example
Text Example
White with #747706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747706; }
p { color: rgb(116,119,6); }
H1.HeaderClassName
{
color: #747706;
}
.AnyTagClassName
{
color: #747706;
}
</style>
background-color css
<style>
a { background-color: #747706; }
a { background-color: rgb(116,119,6); }
div.DivClassName
{
background-color: #747706;
}
.BgClassName
{
background-color: #747706;
}
</style>
border-color css
<style>
span { border-color: #747706; }
span { border-color: rgb(116,119,6); }
td.TdClassName
{
border-color: #747706;
}
.TagClassName
{
border-color: #747706;
}
</style>