Shades of Olive Drab #658321
Tints of Olive Drab #658321
RGB
CMYK
RGB Variations
Color information
#658321 (or 0x658321) is known color: Olive Drab. HEX triplet: 65, 83 and 21. RGB value is (101,131,33). Sum of RGB (Red+Green+Blue) = 101+131+33=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #658321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658321 is #9A7CDE. Grayscale: #6F6F6F. Windows color (decimal): -10124511 or 2196325. OLE color: 2196325.
HSL color Cylindrical-coordinate representation of color #658321: hue angle of 78.37º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #658321 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 33 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.49 |
| HSL | 78.37º | 0.6% | 0.32% | - |
| HSV(B) | 78.37º | 0.75% | 0.51% | - |
| XYZ | 13.76 | 19.11 | 4.4 | - |
| YUV | 110.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 33 | 0.23 | 0 | 0.75 | 0.49 | 78.37 | 0.6 | 0.32 |
| Hex | 65 | 83 | 21 | 17 | 0 | 4B | 31 | 4E | 3C | 20 |
| Octal | 145 | 203 | 41 | 27 | 0 | 113 | 61 | 116 | 74 | 40 |
| Binary | 1100101 | 10000011 | 100001 | 10111 | 0 | 1001011 | 110001 | 1001110 | 111100 | 100000 |
Color Harmonies of #658321
Complementary color
Monochromatic Colors of #658321
Black with #658321
Text Example
Text Example
White with #658321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658321; }
p { color: rgb(101,131,33); }
H1.HeaderClassName
{
color: #658321;
}
.AnyTagClassName
{
color: #658321;
}
</style>
background-color css
<style>
a { background-color: #658321; }
a { background-color: rgb(101,131,33); }
div.DivClassName
{
background-color: #658321;
}
.BgClassName
{
background-color: #658321;
}
</style>
border-color css
<style>
span { border-color: #658321; }
span { border-color: rgb(101,131,33); }
td.TdClassName
{
border-color: #658321;
}
.TagClassName
{
border-color: #658321;
}
</style>