Shades of Olive Drab #658719
Tints of Olive Drab #658719
RGB
CMYK
RGB Variations
Color information
#658719 (or 0x658719) is known color: Olive Drab. HEX triplet: 65, 87 and 19. RGB value is (101,135,25). Sum of RGB (Red+Green+Blue) = 101+135+25=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #658719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658719 is #9A78E6. Grayscale: #707070. Windows color (decimal): -10123495 or 1673061. OLE color: 1673061.
HSL color Cylindrical-coordinate representation of color #658719: hue angle of 78.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #658719 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 25 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.47 |
| HSL | 78.55º | 0.69% | 0.31% | - |
| HSV(B) | 78.55º | 0.81% | 0.53% | - |
| XYZ | 14.21 | 20.16 | 4.06 | - |
| YUV | 112.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 25 | 0.25 | 0 | 0.81 | 0.47 | 78.55 | 0.69 | 0.31 |
| Hex | 65 | 87 | 19 | 19 | 0 | 51 | 2F | 4F | 45 | 1F |
| Octal | 145 | 207 | 31 | 31 | 0 | 121 | 57 | 117 | 105 | 37 |
| Binary | 1100101 | 10000111 | 11001 | 11001 | 0 | 1010001 | 101111 | 1001111 | 1000101 | 11111 |
Color Harmonies of #658719
Complementary color
Monochromatic Colors of #658719
Black with #658719
Text Example
Text Example
White with #658719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658719; }
p { color: rgb(101,135,25); }
H1.HeaderClassName
{
color: #658719;
}
.AnyTagClassName
{
color: #658719;
}
</style>
background-color css
<style>
a { background-color: #658719; }
a { background-color: rgb(101,135,25); }
div.DivClassName
{
background-color: #658719;
}
.BgClassName
{
background-color: #658719;
}
</style>
border-color css
<style>
span { border-color: #658719; }
span { border-color: rgb(101,135,25); }
td.TdClassName
{
border-color: #658719;
}
.TagClassName
{
border-color: #658719;
}
</style>