Shades of Olive Drab #658C19
Tints of Olive Drab #658C19
RGB
CMYK
RGB Variations
Color information
#658C19 (or 0x658C19) is known color: Olive Drab. HEX triplet: 65, 8C and 19. RGB value is (101,140,25). Sum of RGB (Red+Green+Blue) = 101+140+25=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #658C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658C19 is #9A73E6. Grayscale: #737373. Windows color (decimal): -10122215 or 1674341. OLE color: 1674341.
HSL color Cylindrical-coordinate representation of color #658C19: hue angle of 80.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #658C19 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 25 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.45 |
| HSL | 80.35º | 0.7% | 0.32% | - |
| HSV(B) | 80.35º | 0.82% | 0.55% | - |
| XYZ | 14.92 | 21.59 | 4.3 | - |
| YUV | 115.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 25 | 0.28 | 0 | 0.82 | 0.45 | 80.35 | 0.7 | 0.32 |
| Hex | 65 | 8C | 19 | 1C | 0 | 52 | 2D | 50 | 46 | 20 |
| Octal | 145 | 214 | 31 | 34 | 0 | 122 | 55 | 120 | 106 | 40 |
| Binary | 1100101 | 10001100 | 11001 | 11100 | 0 | 1010010 | 101101 | 1010000 | 1000110 | 100000 |
Color Harmonies of #658C19
Complementary color
Monochromatic Colors of #658C19
Black with #658C19
Text Example
Text Example
White with #658C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C19; }
p { color: rgb(101,140,25); }
H1.HeaderClassName
{
color: #658C19;
}
.AnyTagClassName
{
color: #658C19;
}
</style>
background-color css
<style>
a { background-color: #658C19; }
a { background-color: rgb(101,140,25); }
div.DivClassName
{
background-color: #658C19;
}
.BgClassName
{
background-color: #658C19;
}
</style>
border-color css
<style>
span { border-color: #658C19; }
span { border-color: rgb(101,140,25); }
td.TdClassName
{
border-color: #658C19;
}
.TagClassName
{
border-color: #658C19;
}
</style>