Shades of Olive Drab #679000
Tints of Olive Drab #679000
RGB
CMYK
RGB Variations
Color information
#679000 (or 0x679000) is known color: Olive Drab. HEX triplet: 67, 90 and 00. RGB value is (103,144,0). Sum of RGB (Red+Green+Blue) = 103+144+0=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #679000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679000 is #986FFF. Grayscale: #737373. Windows color (decimal): -9990144 or 36967. OLE color: 36967.
HSL color Cylindrical-coordinate representation of color #679000: hue angle of 77.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #679000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.44 |
| HSL | 77.08º | 1% | 0.28% | - |
| HSV(B) | 77.08º | 1% | 0.56% | - |
| XYZ | 15.57 | 22.83 | 3.59 | - |
| YUV | 115.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 0 | 0.28 | 0 | 1 | 0.44 | 77.08 | 1 | 0.28 |
| Hex | 67 | 90 | 0 | 1C | 0 | 64 | 2C | 4D | 64 | 1C |
| Octal | 147 | 220 | 0 | 34 | 0 | 144 | 54 | 115 | 144 | 34 |
| Binary | 1100111 | 10010000 | 0 | 11100 | 0 | 1100100 | 101100 | 1001101 | 1100100 | 11100 |
Color Harmonies of #679000
Complementary color
Monochromatic Colors of #679000
Black with #679000
Text Example
Text Example
White with #679000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679000; }
p { color: rgb(103,144,0); }
H1.HeaderClassName
{
color: #679000;
}
.AnyTagClassName
{
color: #679000;
}
</style>
background-color css
<style>
a { background-color: #679000; }
a { background-color: rgb(103,144,0); }
div.DivClassName
{
background-color: #679000;
}
.BgClassName
{
background-color: #679000;
}
</style>
border-color css
<style>
span { border-color: #679000; }
span { border-color: rgb(103,144,0); }
td.TdClassName
{
border-color: #679000;
}
.TagClassName
{
border-color: #679000;
}
</style>