Shades of Olive #706907
Tints of Olive #706907
RGB
CMYK
RGB Variations
Color information
#706907 (or 0x706907) is known color: Olive. HEX triplet: 70, 69 and 07. RGB value is (112,105,7). Sum of RGB (Red+Green+Blue) = 112+105+7=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #706907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706907 is #8F96F8. Grayscale: #606060. Windows color (decimal): -9410297 or 485744. OLE color: 485744.
HSL color Cylindrical-coordinate representation of color #706907: hue angle of 56º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #706907 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 7 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.56 |
| HSL | 56º | 0.88% | 0.23% | - |
| HSV(B) | 56º | 0.94% | 0.44% | - |
| XYZ | 11.77 | 13.56 | 2.2 | - |
| YUV | 95.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 7 | 0 | 0.06 | 0.94 | 0.56 | 56 | 0.88 | 0.23 |
| Hex | 70 | 69 | 7 | 0 | 6 | 5E | 38 | 38 | 58 | 17 |
| Octal | 160 | 151 | 7 | 0 | 6 | 136 | 70 | 70 | 130 | 27 |
| Binary | 1110000 | 1101001 | 111 | 0 | 110 | 1011110 | 111000 | 111000 | 1011000 | 10111 |
Color Harmonies of #706907
Complementary color
Monochromatic Colors of #706907
Black with #706907
Text Example
Text Example
White with #706907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706907; }
p { color: rgb(112,105,7); }
H1.HeaderClassName
{
color: #706907;
}
.AnyTagClassName
{
color: #706907;
}
</style>
background-color css
<style>
a { background-color: #706907; }
a { background-color: rgb(112,105,7); }
div.DivClassName
{
background-color: #706907;
}
.BgClassName
{
background-color: #706907;
}
</style>
border-color css
<style>
span { border-color: #706907; }
span { border-color: rgb(112,105,7); }
td.TdClassName
{
border-color: #706907;
}
.TagClassName
{
border-color: #706907;
}
</style>