Shades of Olive #707502
Tints of Olive #707502
RGB
CMYK
RGB Variations
Color information
#707502 (or 0x707502) is known color: Olive. HEX triplet: 70, 75 and 02. RGB value is (112,117,2). Sum of RGB (Red+Green+Blue) = 112+117+2=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #707502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707502 is #8F8AFD. Grayscale: #666666. Windows color (decimal): -9407230 or 161136. OLE color: 161136.
HSL color Cylindrical-coordinate representation of color #707502: hue angle of 62.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #707502 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 2 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.54 |
| HSL | 62.61º | 0.97% | 0.23% | - |
| HSV(B) | 62.61º | 0.98% | 0.46% | - |
| XYZ | 13.05 | 16.17 | 2.49 | - |
| YUV | 102.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 2 | 0.04 | 0 | 0.98 | 0.54 | 62.61 | 0.97 | 0.23 |
| Hex | 70 | 75 | 2 | 4 | 0 | 62 | 36 | 3F | 61 | 17 |
| Octal | 160 | 165 | 2 | 4 | 0 | 142 | 66 | 77 | 141 | 27 |
| Binary | 1110000 | 1110101 | 10 | 100 | 0 | 1100010 | 110110 | 111111 | 1100001 | 10111 |
Color Harmonies of #707502
Complementary color
Monochromatic Colors of #707502
Black with #707502
Text Example
Text Example
White with #707502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707502; }
p { color: rgb(112,117,2); }
H1.HeaderClassName
{
color: #707502;
}
.AnyTagClassName
{
color: #707502;
}
</style>
background-color css
<style>
a { background-color: #707502; }
a { background-color: rgb(112,117,2); }
div.DivClassName
{
background-color: #707502;
}
.BgClassName
{
background-color: #707502;
}
</style>
border-color css
<style>
span { border-color: #707502; }
span { border-color: rgb(112,117,2); }
td.TdClassName
{
border-color: #707502;
}
.TagClassName
{
border-color: #707502;
}
</style>