Shades of Olive Drab #658622
Tints of Olive Drab #658622
RGB
CMYK
RGB Variations
Color information
#658622 (or 0x658622) is known color: Olive Drab. HEX triplet: 65, 86 and 22. RGB value is (101,134,34). Sum of RGB (Red+Green+Blue) = 101+134+34=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #658622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658622 is #9A79DD. Grayscale: #717171. Windows color (decimal): -10123742 or 2262629. OLE color: 2262629.
HSL color Cylindrical-coordinate representation of color #658622: hue angle of 79.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #658622 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 34 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.47 |
| HSL | 79.8º | 0.6% | 0.33% | - |
| HSV(B) | 79.8º | 0.75% | 0.53% | - |
| XYZ | 14.18 | 19.93 | 4.61 | - |
| YUV | 112.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 34 | 0.25 | 0 | 0.75 | 0.47 | 79.8 | 0.6 | 0.33 |
| Hex | 65 | 86 | 22 | 19 | 0 | 4B | 2F | 50 | 3C | 21 |
| Octal | 145 | 206 | 42 | 31 | 0 | 113 | 57 | 120 | 74 | 41 |
| Binary | 1100101 | 10000110 | 100010 | 11001 | 0 | 1001011 | 101111 | 1010000 | 111100 | 100001 |
Color Harmonies of #658622
Complementary color
Monochromatic Colors of #658622
Black with #658622
Text Example
Text Example
White with #658622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658622; }
p { color: rgb(101,134,34); }
H1.HeaderClassName
{
color: #658622;
}
.AnyTagClassName
{
color: #658622;
}
</style>
background-color css
<style>
a { background-color: #658622; }
a { background-color: rgb(101,134,34); }
div.DivClassName
{
background-color: #658622;
}
.BgClassName
{
background-color: #658622;
}
</style>
border-color css
<style>
span { border-color: #658622; }
span { border-color: rgb(101,134,34); }
td.TdClassName
{
border-color: #658622;
}
.TagClassName
{
border-color: #658622;
}
</style>