Shades of Olive Drab #658324
Tints of Olive Drab #658324
RGB
CMYK
RGB Variations
Color information
#658324 (or 0x658324) is known color: Olive Drab. HEX triplet: 65, 83 and 24. RGB value is (101,131,36). Sum of RGB (Red+Green+Blue) = 101+131+36=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #658324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658324 is #9A7CDB. Grayscale: #6F6F6F. Windows color (decimal): -10124508 or 2392933. OLE color: 2392933.
HSL color Cylindrical-coordinate representation of color #658324: hue angle of 78.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #658324 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 36 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.49 |
| HSL | 78.95º | 0.57% | 0.33% | - |
| HSV(B) | 78.95º | 0.73% | 0.51% | - |
| XYZ | 13.8 | 19.13 | 4.63 | - |
| YUV | 111.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 36 | 0.23 | 0 | 0.73 | 0.49 | 78.95 | 0.57 | 0.33 |
| Hex | 65 | 83 | 24 | 17 | 0 | 49 | 31 | 4F | 39 | 21 |
| Octal | 145 | 203 | 44 | 27 | 0 | 111 | 61 | 117 | 71 | 41 |
| Binary | 1100101 | 10000011 | 100100 | 10111 | 0 | 1001001 | 110001 | 1001111 | 111001 | 100001 |
Color Harmonies of #658324
Complementary color
Monochromatic Colors of #658324
Black with #658324
Text Example
Text Example
White with #658324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658324; }
p { color: rgb(101,131,36); }
H1.HeaderClassName
{
color: #658324;
}
.AnyTagClassName
{
color: #658324;
}
</style>
background-color css
<style>
a { background-color: #658324; }
a { background-color: rgb(101,131,36); }
div.DivClassName
{
background-color: #658324;
}
.BgClassName
{
background-color: #658324;
}
</style>
border-color css
<style>
span { border-color: #658324; }
span { border-color: rgb(101,131,36); }
td.TdClassName
{
border-color: #658324;
}
.TagClassName
{
border-color: #658324;
}
</style>