Shades of Olive #657E02
Tints of Olive #657E02
RGB
CMYK
RGB Variations
Color information
#657E02 (or 0x657E02) is known color: Olive. HEX triplet: 65, 7E and 02. RGB value is (101,126,2). Sum of RGB (Red+Green+Blue) = 101+126+2=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #657E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657E02 is #9A81FD. Grayscale: #686868. Windows color (decimal): -10125822 or 163429. OLE color: 163429.
HSL color Cylindrical-coordinate representation of color #657E02: hue angle of 72.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #657E02 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 2 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.51 |
| HSL | 72.1º | 0.97% | 0.25% | - |
| HSV(B) | 72.1º | 0.98% | 0.49% | - |
| XYZ | 12.84 | 17.69 | 2.8 | - |
| YUV | 104.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 2 | 0.20 | 0 | 0.98 | 0.51 | 72.1 | 0.97 | 0.25 |
| Hex | 65 | 7E | 2 | 14 | 0 | 62 | 33 | 48 | 61 | 19 |
| Octal | 145 | 176 | 2 | 24 | 0 | 142 | 63 | 110 | 141 | 31 |
| Binary | 1100101 | 1111110 | 10 | 10100 | 0 | 1100010 | 110011 | 1001000 | 1100001 | 11001 |
Color Harmonies of #657E02
Complementary color
Monochromatic Colors of #657E02
Black with #657E02
Text Example
Text Example
White with #657E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E02; }
p { color: rgb(101,126,2); }
H1.HeaderClassName
{
color: #657E02;
}
.AnyTagClassName
{
color: #657E02;
}
</style>
background-color css
<style>
a { background-color: #657E02; }
a { background-color: rgb(101,126,2); }
div.DivClassName
{
background-color: #657E02;
}
.BgClassName
{
background-color: #657E02;
}
</style>
border-color css
<style>
span { border-color: #657E02; }
span { border-color: rgb(101,126,2); }
td.TdClassName
{
border-color: #657E02;
}
.TagClassName
{
border-color: #657E02;
}
</style>