Shades of Olive #707B05
Tints of Olive #707B05
RGB
CMYK
RGB Variations
Color information
#707B05 (or 0x707B05) is known color: Olive. HEX triplet: 70, 7B and 05. RGB value is (112,123,5). Sum of RGB (Red+Green+Blue) = 112+123+5=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #707B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B05 is #8F84FA. Grayscale: #6A6A6A. Windows color (decimal): -9405691 or 359280. OLE color: 359280.
HSL color Cylindrical-coordinate representation of color #707B05: hue angle of 65.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707B05 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.52 |
| HSL | 65.59º | 0.92% | 0.25% | - |
| HSV(B) | 65.59º | 0.96% | 0.48% | - |
| XYZ | 13.79 | 17.62 | 2.82 | - |
| YUV | 106.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 5 | 0.09 | 0 | 0.96 | 0.52 | 65.59 | 0.92 | 0.25 |
| Hex | 70 | 7B | 5 | 9 | 0 | 60 | 34 | 42 | 5C | 19 |
| Octal | 160 | 173 | 5 | 11 | 0 | 140 | 64 | 102 | 134 | 31 |
| Binary | 1110000 | 1111011 | 101 | 1001 | 0 | 1100000 | 110100 | 1000010 | 1011100 | 11001 |
Color Harmonies of #707B05
Complementary color
Monochromatic Colors of #707B05
Black with #707B05
Text Example
Text Example
White with #707B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B05; }
p { color: rgb(112,123,5); }
H1.HeaderClassName
{
color: #707B05;
}
.AnyTagClassName
{
color: #707B05;
}
</style>
background-color css
<style>
a { background-color: #707B05; }
a { background-color: rgb(112,123,5); }
div.DivClassName
{
background-color: #707B05;
}
.BgClassName
{
background-color: #707B05;
}
</style>
border-color css
<style>
span { border-color: #707B05; }
span { border-color: rgb(112,123,5); }
td.TdClassName
{
border-color: #707B05;
}
.TagClassName
{
border-color: #707B05;
}
</style>