Shades of Olive Drab #657E2B
Tints of Olive Drab #657E2B
RGB
CMYK
RGB Variations
Color information
#657E2B (or 0x657E2B) is known color: Olive Drab. HEX triplet: 65, 7E and 2B. RGB value is (101,126,43). Sum of RGB (Red+Green+Blue) = 101+126+43=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #657E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657E2B is #9A81D4. Grayscale: #6D6D6D. Windows color (decimal): -10125781 or 2850405. OLE color: 2850405.
HSL color Cylindrical-coordinate representation of color #657E2B: hue angle of 78.07º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #657E2B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 43 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.51 |
| HSL | 78.07º | 0.49% | 0.33% | - |
| HSV(B) | 78.07º | 0.66% | 0.49% | - |
| XYZ | 13.26 | 17.86 | 5.03 | - |
| YUV | 109.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 43 | 0.20 | 0 | 0.66 | 0.51 | 78.07 | 0.49 | 0.33 |
| Hex | 65 | 7E | 2B | 14 | 0 | 42 | 33 | 4E | 31 | 21 |
| Octal | 145 | 176 | 53 | 24 | 0 | 102 | 63 | 116 | 61 | 41 |
| Binary | 1100101 | 1111110 | 101011 | 10100 | 0 | 1000010 | 110011 | 1001110 | 110001 | 100001 |
Color Harmonies of #657E2B
Complementary color
Monochromatic Colors of #657E2B
Black with #657E2B
Text Example
Text Example
White with #657E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E2B; }
p { color: rgb(101,126,43); }
H1.HeaderClassName
{
color: #657E2B;
}
.AnyTagClassName
{
color: #657E2B;
}
</style>
background-color css
<style>
a { background-color: #657E2B; }
a { background-color: rgb(101,126,43); }
div.DivClassName
{
background-color: #657E2B;
}
.BgClassName
{
background-color: #657E2B;
}
</style>
border-color css
<style>
span { border-color: #657E2B; }
span { border-color: rgb(101,126,43); }
td.TdClassName
{
border-color: #657E2B;
}
.TagClassName
{
border-color: #657E2B;
}
</style>