Shades of Olive Drab #658015
Tints of Olive Drab #658015
RGB
CMYK
RGB Variations
Color information
#658015 (or 0x658015) is known color: Olive Drab. HEX triplet: 65, 80 and 15. RGB value is (101,128,21). Sum of RGB (Red+Green+Blue) = 101+128+21=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #658015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658015 is #9A7FEA. Grayscale: #6C6C6C. Windows color (decimal): -10125291 or 1409125. OLE color: 1409125.
HSL color Cylindrical-coordinate representation of color #658015: hue angle of 75.14º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #658015 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 21 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.50 |
| HSL | 75.14º | 0.72% | 0.29% | - |
| HSV(B) | 75.14º | 0.84% | 0.5% | - |
| XYZ | 13.22 | 18.26 | 3.54 | - |
| YUV | 107.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 21 | 0.21 | 0 | 0.84 | 0.50 | 75.14 | 0.72 | 0.29 |
| Hex | 65 | 80 | 15 | 15 | 0 | 54 | 32 | 4B | 48 | 1D |
| Octal | 145 | 200 | 25 | 25 | 0 | 124 | 62 | 113 | 110 | 35 |
| Binary | 1100101 | 10000000 | 10101 | 10101 | 0 | 1010100 | 110010 | 1001011 | 1001000 | 11101 |
Color Harmonies of #658015
Complementary color
Monochromatic Colors of #658015
Black with #658015
Text Example
Text Example
White with #658015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658015; }
p { color: rgb(101,128,21); }
H1.HeaderClassName
{
color: #658015;
}
.AnyTagClassName
{
color: #658015;
}
</style>
background-color css
<style>
a { background-color: #658015; }
a { background-color: rgb(101,128,21); }
div.DivClassName
{
background-color: #658015;
}
.BgClassName
{
background-color: #658015;
}
</style>
border-color css
<style>
span { border-color: #658015; }
span { border-color: rgb(101,128,21); }
td.TdClassName
{
border-color: #658015;
}
.TagClassName
{
border-color: #658015;
}
</style>