Shades of Olive Drab #679719
Tints of Olive Drab #679719
RGB
CMYK
RGB Variations
Color information
#679719 (or 0x679719) is known color: Olive Drab. HEX triplet: 67, 97 and 19. RGB value is (103,151,25). Sum of RGB (Red+Green+Blue) = 103+151+25=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #679719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679719 is #9868E6. Grayscale: #7A7A7A. Windows color (decimal): -9988327 or 1677159. OLE color: 1677159.
HSL color Cylindrical-coordinate representation of color #679719: hue angle of 82.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #679719 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 25 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.41 |
| HSL | 82.86º | 0.72% | 0.35% | - |
| HSV(B) | 82.86º | 0.83% | 0.59% | - |
| XYZ | 16.84 | 25.09 | 4.87 | - |
| YUV | 122.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 25 | 0.32 | 0 | 0.83 | 0.41 | 82.86 | 0.72 | 0.35 |
| Hex | 67 | 97 | 19 | 20 | 0 | 53 | 29 | 53 | 48 | 23 |
| Octal | 147 | 227 | 31 | 40 | 0 | 123 | 51 | 123 | 110 | 43 |
| Binary | 1100111 | 10010111 | 11001 | 100000 | 0 | 1010011 | 101001 | 1010011 | 1001000 | 100011 |
Color Harmonies of #679719
Complementary color
Monochromatic Colors of #679719
Black with #679719
Text Example
Text Example
White with #679719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679719; }
p { color: rgb(103,151,25); }
H1.HeaderClassName
{
color: #679719;
}
.AnyTagClassName
{
color: #679719;
}
</style>
background-color css
<style>
a { background-color: #679719; }
a { background-color: rgb(103,151,25); }
div.DivClassName
{
background-color: #679719;
}
.BgClassName
{
background-color: #679719;
}
</style>
border-color css
<style>
span { border-color: #679719; }
span { border-color: rgb(103,151,25); }
td.TdClassName
{
border-color: #679719;
}
.TagClassName
{
border-color: #679719;
}
</style>