Shades of Olive Drab #658323
Tints of Olive Drab #658323
RGB
CMYK
RGB Variations
Color information
#658323 (or 0x658323) is known color: Olive Drab. HEX triplet: 65, 83 and 23. RGB value is (101,131,35). Sum of RGB (Red+Green+Blue) = 101+131+35=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #658323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658323 is #9A7CDC. Grayscale: #6F6F6F. Windows color (decimal): -10124509 or 2327397. OLE color: 2327397.
HSL color Cylindrical-coordinate representation of color #658323: hue angle of 78.75º degrees, saturation: 0.58, 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 #658323 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 35 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.49 |
| HSL | 78.75º | 0.58% | 0.33% | - |
| HSV(B) | 78.75º | 0.73% | 0.51% | - |
| XYZ | 13.79 | 19.12 | 4.55 | - |
| YUV | 111.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 35 | 0.23 | 0 | 0.73 | 0.49 | 78.75 | 0.58 | 0.33 |
| Hex | 65 | 83 | 23 | 17 | 0 | 49 | 31 | 4F | 3A | 21 |
| Octal | 145 | 203 | 43 | 27 | 0 | 111 | 61 | 117 | 72 | 41 |
| Binary | 1100101 | 10000011 | 100011 | 10111 | 0 | 1001001 | 110001 | 1001111 | 111010 | 100001 |
Color Harmonies of #658323
Complementary color
Monochromatic Colors of #658323
Black with #658323
Text Example
Text Example
White with #658323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658323; }
p { color: rgb(101,131,35); }
H1.HeaderClassName
{
color: #658323;
}
.AnyTagClassName
{
color: #658323;
}
</style>
background-color css
<style>
a { background-color: #658323; }
a { background-color: rgb(101,131,35); }
div.DivClassName
{
background-color: #658323;
}
.BgClassName
{
background-color: #658323;
}
</style>
border-color css
<style>
span { border-color: #658323; }
span { border-color: rgb(101,131,35); }
td.TdClassName
{
border-color: #658323;
}
.TagClassName
{
border-color: #658323;
}
</style>