Shades of Olive #707B01
Tints of Olive #707B01
RGB
CMYK
RGB Variations
Color information
#707B01 (or 0x707B01) is known color: Olive. HEX triplet: 70, 7B and 01. RGB value is (112,123,1). Sum of RGB (Red+Green+Blue) = 112+123+1=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #707B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B01 is #8F84FE. Grayscale: #6A6A6A. Windows color (decimal): -9405695 or 97136. OLE color: 97136.
HSL color Cylindrical-coordinate representation of color #707B01: hue angle of 65.41º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #707B01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.52 |
| HSL | 65.41º | 0.98% | 0.24% | - |
| HSV(B) | 65.41º | 0.99% | 0.48% | - |
| XYZ | 13.77 | 17.61 | 2.7 | - |
| YUV | 105.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 1 | 0.09 | 0 | 0.99 | 0.52 | 65.41 | 0.98 | 0.24 |
| Hex | 70 | 7B | 1 | 9 | 0 | 63 | 34 | 41 | 62 | 18 |
| Octal | 160 | 173 | 1 | 11 | 0 | 143 | 64 | 101 | 142 | 30 |
| Binary | 1110000 | 1111011 | 1 | 1001 | 0 | 1100011 | 110100 | 1000001 | 1100010 | 11000 |
Color Harmonies of #707B01
Complementary color
Monochromatic Colors of #707B01
Black with #707B01
Text Example
Text Example
White with #707B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B01; }
p { color: rgb(112,123,1); }
H1.HeaderClassName
{
color: #707B01;
}
.AnyTagClassName
{
color: #707B01;
}
</style>
background-color css
<style>
a { background-color: #707B01; }
a { background-color: rgb(112,123,1); }
div.DivClassName
{
background-color: #707B01;
}
.BgClassName
{
background-color: #707B01;
}
</style>
border-color css
<style>
span { border-color: #707B01; }
span { border-color: rgb(112,123,1); }
td.TdClassName
{
border-color: #707B01;
}
.TagClassName
{
border-color: #707B01;
}
</style>