Shades of Olive #707202
Tints of Olive #707202
RGB
CMYK
RGB Variations
Color information
#707202 (or 0x707202) is known color: Olive. HEX triplet: 70, 72 and 02. RGB value is (112,114,2). Sum of RGB (Red+Green+Blue) = 112+114+2=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #707202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707202 is #8F8DFD. Grayscale: #656565. Windows color (decimal): -9407998 or 160368. OLE color: 160368.
HSL color Cylindrical-coordinate representation of color #707202: hue angle of 61.07º 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 #707202 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.55 |
| HSL | 61.07º | 0.97% | 0.23% | - |
| HSV(B) | 61.07º | 0.98% | 0.45% | - |
| XYZ | 12.71 | 15.48 | 2.38 | - |
| YUV | 100.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 2 | 0.02 | 0 | 0.98 | 0.55 | 61.07 | 0.97 | 0.23 |
| Hex | 70 | 72 | 2 | 2 | 0 | 62 | 37 | 3D | 61 | 17 |
| Octal | 160 | 162 | 2 | 2 | 0 | 142 | 67 | 75 | 141 | 27 |
| Binary | 1110000 | 1110010 | 10 | 10 | 0 | 1100010 | 110111 | 111101 | 1100001 | 10111 |
Color Harmonies of #707202
Complementary color
Monochromatic Colors of #707202
Black with #707202
Text Example
Text Example
White with #707202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707202; }
p { color: rgb(112,114,2); }
H1.HeaderClassName
{
color: #707202;
}
.AnyTagClassName
{
color: #707202;
}
</style>
background-color css
<style>
a { background-color: #707202; }
a { background-color: rgb(112,114,2); }
div.DivClassName
{
background-color: #707202;
}
.BgClassName
{
background-color: #707202;
}
</style>
border-color css
<style>
span { border-color: #707202; }
span { border-color: rgb(112,114,2); }
td.TdClassName
{
border-color: #707202;
}
.TagClassName
{
border-color: #707202;
}
</style>