Shades of Olive #657602
Tints of Olive #657602
RGB
CMYK
RGB Variations
Color information
#657602 (or 0x657602) is known color: Olive. HEX triplet: 65, 76 and 02. RGB value is (101,118,2). Sum of RGB (Red+Green+Blue) = 101+118+2=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #657602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657602 is #9A89FD. Grayscale: #646464. Windows color (decimal): -10127870 or 161381. OLE color: 161381.
HSL color Cylindrical-coordinate representation of color #657602: hue angle of 68.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #657602 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 2 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.54 |
| HSL | 68.79º | 0.97% | 0.24% | - |
| HSV(B) | 68.79º | 0.98% | 0.46% | - |
| XYZ | 11.86 | 15.73 | 2.47 | - |
| YUV | 99.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 2 | 0.14 | 0 | 0.98 | 0.54 | 68.79 | 0.97 | 0.24 |
| Hex | 65 | 76 | 2 | E | 0 | 62 | 36 | 45 | 61 | 18 |
| Octal | 145 | 166 | 2 | 16 | 0 | 142 | 66 | 105 | 141 | 30 |
| Binary | 1100101 | 1110110 | 10 | 1110 | 0 | 1100010 | 110110 | 1000101 | 1100001 | 11000 |
Color Harmonies of #657602
Complementary color
Monochromatic Colors of #657602
Black with #657602
Text Example
Text Example
White with #657602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657602; }
p { color: rgb(101,118,2); }
H1.HeaderClassName
{
color: #657602;
}
.AnyTagClassName
{
color: #657602;
}
</style>
background-color css
<style>
a { background-color: #657602; }
a { background-color: rgb(101,118,2); }
div.DivClassName
{
background-color: #657602;
}
.BgClassName
{
background-color: #657602;
}
</style>
border-color css
<style>
span { border-color: #657602; }
span { border-color: rgb(101,118,2); }
td.TdClassName
{
border-color: #657602;
}
.TagClassName
{
border-color: #657602;
}
</style>