Shades of Olive Drab #679914
Tints of Olive Drab #679914
RGB
CMYK
RGB Variations
Color information
#679914 (or 0x679914) is known color: Olive Drab. HEX triplet: 67, 99 and 14. RGB value is (103,153,20). Sum of RGB (Red+Green+Blue) = 103+153+20=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #679914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679914 is #9866EB. Grayscale: #7B7B7B. Windows color (decimal): -9987820 or 1349991. OLE color: 1349991.
HSL color Cylindrical-coordinate representation of color #679914: hue angle of 82.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #679914 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 20 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.4 |
| HSL | 82.56º | 0.77% | 0.34% | - |
| HSV(B) | 82.56º | 0.87% | 0.6% | - |
| XYZ | 17.11 | 25.72 | 4.72 | - |
| YUV | 122.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 20 | 0.33 | 0 | 0.87 | 0.4 | 82.56 | 0.77 | 0.34 |
| Hex | 67 | 99 | 14 | 21 | 0 | 57 | 28 | 53 | 4D | 22 |
| Octal | 147 | 231 | 24 | 41 | 0 | 127 | 50 | 123 | 115 | 42 |
| Binary | 1100111 | 10011001 | 10100 | 100001 | 0 | 1010111 | 101000 | 1010011 | 1001101 | 100010 |
Color Harmonies of #679914
Complementary color
Monochromatic Colors of #679914
Black with #679914
Text Example
Text Example
White with #679914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679914; }
p { color: rgb(103,153,20); }
H1.HeaderClassName
{
color: #679914;
}
.AnyTagClassName
{
color: #679914;
}
</style>
background-color css
<style>
a { background-color: #679914; }
a { background-color: rgb(103,153,20); }
div.DivClassName
{
background-color: #679914;
}
.BgClassName
{
background-color: #679914;
}
</style>
border-color css
<style>
span { border-color: #679914; }
span { border-color: rgb(103,153,20); }
td.TdClassName
{
border-color: #679914;
}
.TagClassName
{
border-color: #679914;
}
</style>