Shades of Olive #707B07
Tints of Olive #707B07
RGB
CMYK
RGB Variations
Color information
#707B07 (or 0x707B07) is known color: Olive. HEX triplet: 70, 7B and 07. RGB value is (112,123,7). Sum of RGB (Red+Green+Blue) = 112+123+7=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #707B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B07 is #8F84F8. Grayscale: #6A6A6A. Windows color (decimal): -9405689 or 490352. OLE color: 490352.
HSL color Cylindrical-coordinate representation of color #707B07: hue angle of 65.69º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #707B07 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 7 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.52 |
| HSL | 65.69º | 0.89% | 0.25% | - |
| HSV(B) | 65.69º | 0.94% | 0.48% | - |
| XYZ | 13.8 | 17.63 | 2.88 | - |
| YUV | 106.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 7 | 0.09 | 0 | 0.94 | 0.52 | 65.69 | 0.89 | 0.25 |
| Hex | 70 | 7B | 7 | 9 | 0 | 5E | 34 | 42 | 59 | 19 |
| Octal | 160 | 173 | 7 | 11 | 0 | 136 | 64 | 102 | 131 | 31 |
| Binary | 1110000 | 1111011 | 111 | 1001 | 0 | 1011110 | 110100 | 1000010 | 1011001 | 11001 |
Color Harmonies of #707B07
Complementary color
Monochromatic Colors of #707B07
Black with #707B07
Text Example
Text Example
White with #707B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B07; }
p { color: rgb(112,123,7); }
H1.HeaderClassName
{
color: #707B07;
}
.AnyTagClassName
{
color: #707B07;
}
</style>
background-color css
<style>
a { background-color: #707B07; }
a { background-color: rgb(112,123,7); }
div.DivClassName
{
background-color: #707B07;
}
.BgClassName
{
background-color: #707B07;
}
</style>
border-color css
<style>
span { border-color: #707B07; }
span { border-color: rgb(112,123,7); }
td.TdClassName
{
border-color: #707B07;
}
.TagClassName
{
border-color: #707B07;
}
</style>