Shades of Olive Drab #658A15
Tints of Olive Drab #658A15
RGB
CMYK
RGB Variations
Color information
#658A15 (or 0x658A15) is known color: Olive Drab. HEX triplet: 65, 8A and 15. RGB value is (101,138,21). Sum of RGB (Red+Green+Blue) = 101+138+21=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #658A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658A15 is #9A75EA. Grayscale: #727272. Windows color (decimal): -10122731 or 1411685. OLE color: 1411685.
HSL color Cylindrical-coordinate representation of color #658A15: hue angle of 78.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #658A15 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 21 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.46 |
| HSL | 78.97º | 0.74% | 0.31% | - |
| HSV(B) | 78.97º | 0.85% | 0.54% | - |
| XYZ | 14.59 | 21 | 3.99 | - |
| YUV | 113.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 21 | 0.27 | 0 | 0.85 | 0.46 | 78.97 | 0.74 | 0.31 |
| Hex | 65 | 8A | 15 | 1B | 0 | 55 | 2E | 4F | 4A | 1F |
| Octal | 145 | 212 | 25 | 33 | 0 | 125 | 56 | 117 | 112 | 37 |
| Binary | 1100101 | 10001010 | 10101 | 11011 | 0 | 1010101 | 101110 | 1001111 | 1001010 | 11111 |
Color Harmonies of #658A15
Complementary color
Monochromatic Colors of #658A15
Black with #658A15
Text Example
Text Example
White with #658A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A15; }
p { color: rgb(101,138,21); }
H1.HeaderClassName
{
color: #658A15;
}
.AnyTagClassName
{
color: #658A15;
}
</style>
background-color css
<style>
a { background-color: #658A15; }
a { background-color: rgb(101,138,21); }
div.DivClassName
{
background-color: #658A15;
}
.BgClassName
{
background-color: #658A15;
}
</style>
border-color css
<style>
span { border-color: #658A15; }
span { border-color: rgb(101,138,21); }
td.TdClassName
{
border-color: #658A15;
}
.TagClassName
{
border-color: #658A15;
}
</style>