Shades of Olive #707402
Tints of Olive #707402
RGB
CMYK
RGB Variations
Color information
#707402 (or 0x707402) is known color: Olive. HEX triplet: 70, 74 and 02. RGB value is (112,116,2). Sum of RGB (Red+Green+Blue) = 112+116+2=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #707402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707402 is #8F8BFD. Grayscale: #666666. Windows color (decimal): -9407486 or 160880. OLE color: 160880.
HSL color Cylindrical-coordinate representation of color #707402: hue angle of 62.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #707402 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 2 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.55 |
| HSL | 62.11º | 0.97% | 0.23% | - |
| HSV(B) | 62.11º | 0.98% | 0.45% | - |
| XYZ | 12.94 | 15.94 | 2.45 | - |
| YUV | 101.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 2 | 0.03 | 0 | 0.98 | 0.55 | 62.11 | 0.97 | 0.23 |
| Hex | 70 | 74 | 2 | 3 | 0 | 62 | 37 | 3E | 61 | 17 |
| Octal | 160 | 164 | 2 | 3 | 0 | 142 | 67 | 76 | 141 | 27 |
| Binary | 1110000 | 1110100 | 10 | 11 | 0 | 1100010 | 110111 | 111110 | 1100001 | 10111 |
Color Harmonies of #707402
Complementary color
Monochromatic Colors of #707402
Black with #707402
Text Example
Text Example
White with #707402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707402; }
p { color: rgb(112,116,2); }
H1.HeaderClassName
{
color: #707402;
}
.AnyTagClassName
{
color: #707402;
}
</style>
background-color css
<style>
a { background-color: #707402; }
a { background-color: rgb(112,116,2); }
div.DivClassName
{
background-color: #707402;
}
.BgClassName
{
background-color: #707402;
}
</style>
border-color css
<style>
span { border-color: #707402; }
span { border-color: rgb(112,116,2); }
td.TdClassName
{
border-color: #707402;
}
.TagClassName
{
border-color: #707402;
}
</style>