Shades of Olive #707B06
Tints of Olive #707B06
RGB
CMYK
RGB Variations
Color information
#707B06 (or 0x707B06) is known color: Olive. HEX triplet: 70, 7B and 06. RGB value is (112,123,6). Sum of RGB (Red+Green+Blue) = 112+123+6=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #707B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B06 is #8F84F9. Grayscale: #6A6A6A. Windows color (decimal): -9405690 or 424816. OLE color: 424816.
HSL color Cylindrical-coordinate representation of color #707B06: hue angle of 65.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707B06 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 6 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.52 |
| HSL | 65.64º | 0.91% | 0.25% | - |
| HSV(B) | 65.64º | 0.95% | 0.48% | - |
| XYZ | 13.8 | 17.62 | 2.85 | - |
| YUV | 106.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 6 | 0.09 | 0 | 0.95 | 0.52 | 65.64 | 0.91 | 0.25 |
| Hex | 70 | 7B | 6 | 9 | 0 | 5F | 34 | 42 | 5B | 19 |
| Octal | 160 | 173 | 6 | 11 | 0 | 137 | 64 | 102 | 133 | 31 |
| Binary | 1110000 | 1111011 | 110 | 1001 | 0 | 1011111 | 110100 | 1000010 | 1011011 | 11001 |
Color Harmonies of #707B06
Complementary color
Monochromatic Colors of #707B06
Black with #707B06
Text Example
Text Example
White with #707B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B06; }
p { color: rgb(112,123,6); }
H1.HeaderClassName
{
color: #707B06;
}
.AnyTagClassName
{
color: #707B06;
}
</style>
background-color css
<style>
a { background-color: #707B06; }
a { background-color: rgb(112,123,6); }
div.DivClassName
{
background-color: #707B06;
}
.BgClassName
{
background-color: #707B06;
}
</style>
border-color css
<style>
span { border-color: #707B06; }
span { border-color: rgb(112,123,6); }
td.TdClassName
{
border-color: #707B06;
}
.TagClassName
{
border-color: #707B06;
}
</style>