Shades of Olive Drab #658C14
Tints of Olive Drab #658C14
RGB
CMYK
RGB Variations
Color information
#658C14 (or 0x658C14) is known color: Olive Drab. HEX triplet: 65, 8C and 14. RGB value is (101,140,20). Sum of RGB (Red+Green+Blue) = 101+140+20=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #658C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658C14 is #9A73EB. Grayscale: #737373. Windows color (decimal): -10122220 or 1346661. OLE color: 1346661.
HSL color Cylindrical-coordinate representation of color #658C14: hue angle of 79.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #658C14 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 20 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.45 |
| HSL | 79.5º | 0.75% | 0.31% | - |
| HSV(B) | 79.5º | 0.86% | 0.55% | - |
| XYZ | 14.87 | 21.57 | 4.04 | - |
| YUV | 114.66 | 74.58 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 20 | 0.28 | 0 | 0.86 | 0.45 | 79.5 | 0.75 | 0.31 |
| Hex | 65 | 8C | 14 | 1C | 0 | 56 | 2D | 50 | 4B | 1F |
| Octal | 145 | 214 | 24 | 34 | 0 | 126 | 55 | 120 | 113 | 37 |
| Binary | 1100101 | 10001100 | 10100 | 11100 | 0 | 1010110 | 101101 | 1010000 | 1001011 | 11111 |
Color Harmonies of #658C14
Complementary color
Monochromatic Colors of #658C14
Black with #658C14
Text Example
Text Example
White with #658C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C14; }
p { color: rgb(101,140,20); }
H1.HeaderClassName
{
color: #658C14;
}
.AnyTagClassName
{
color: #658C14;
}
</style>
background-color css
<style>
a { background-color: #658C14; }
a { background-color: rgb(101,140,20); }
div.DivClassName
{
background-color: #658C14;
}
.BgClassName
{
background-color: #658C14;
}
</style>
border-color css
<style>
span { border-color: #658C14; }
span { border-color: rgb(101,140,20); }
td.TdClassName
{
border-color: #658C14;
}
.TagClassName
{
border-color: #658C14;
}
</style>