Shades of Olive Drab #658319
Tints of Olive Drab #658319
RGB
CMYK
RGB Variations
Color information
#658319 (or 0x658319) is known color: Olive Drab. HEX triplet: 65, 83 and 19. RGB value is (101,131,25). Sum of RGB (Red+Green+Blue) = 101+131+25=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #658319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658319 is #9A7CE6. Grayscale: #6E6E6E. Windows color (decimal): -10124519 or 1672037. OLE color: 1672037.
HSL color Cylindrical-coordinate representation of color #658319: hue angle of 76.98º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #658319 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 25 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.49 |
| HSL | 76.98º | 0.68% | 0.31% | - |
| HSV(B) | 76.98º | 0.81% | 0.51% | - |
| XYZ | 13.66 | 19.07 | 3.88 | - |
| YUV | 109.95 | 80.06 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 25 | 0.23 | 0 | 0.81 | 0.49 | 76.98 | 0.68 | 0.31 |
| Hex | 65 | 83 | 19 | 17 | 0 | 51 | 31 | 4D | 44 | 1F |
| Octal | 145 | 203 | 31 | 27 | 0 | 121 | 61 | 115 | 104 | 37 |
| Binary | 1100101 | 10000011 | 11001 | 10111 | 0 | 1010001 | 110001 | 1001101 | 1000100 | 11111 |
Color Harmonies of #658319
Complementary color
Monochromatic Colors of #658319
Black with #658319
Text Example
Text Example
White with #658319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658319; }
p { color: rgb(101,131,25); }
H1.HeaderClassName
{
color: #658319;
}
.AnyTagClassName
{
color: #658319;
}
</style>
background-color css
<style>
a { background-color: #658319; }
a { background-color: rgb(101,131,25); }
div.DivClassName
{
background-color: #658319;
}
.BgClassName
{
background-color: #658319;
}
</style>
border-color css
<style>
span { border-color: #658319; }
span { border-color: rgb(101,131,25); }
td.TdClassName
{
border-color: #658319;
}
.TagClassName
{
border-color: #658319;
}
</style>