Shades of Olive Drab #679114
Tints of Olive Drab #679114
RGB
CMYK
RGB Variations
Color information
#679114 (or 0x679114) is known color: Olive Drab. HEX triplet: 67, 91 and 14. RGB value is (103,145,20). Sum of RGB (Red+Green+Blue) = 103+145+20=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #679114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679114 is #986EEB. Grayscale: #767676. Windows color (decimal): -9989868 or 1347943. OLE color: 1347943.
HSL color Cylindrical-coordinate representation of color #679114: hue angle of 80.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #679114 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 20 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.43 |
| HSL | 80.16º | 0.76% | 0.32% | - |
| HSV(B) | 80.16º | 0.86% | 0.57% | - |
| XYZ | 15.85 | 23.18 | 4.3 | - |
| YUV | 118.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 20 | 0.29 | 0 | 0.86 | 0.43 | 80.16 | 0.76 | 0.32 |
| Hex | 67 | 91 | 14 | 1D | 0 | 56 | 2B | 50 | 4C | 20 |
| Octal | 147 | 221 | 24 | 35 | 0 | 126 | 53 | 120 | 114 | 40 |
| Binary | 1100111 | 10010001 | 10100 | 11101 | 0 | 1010110 | 101011 | 1010000 | 1001100 | 100000 |
Color Harmonies of #679114
Complementary color
Monochromatic Colors of #679114
Black with #679114
Text Example
Text Example
White with #679114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679114; }
p { color: rgb(103,145,20); }
H1.HeaderClassName
{
color: #679114;
}
.AnyTagClassName
{
color: #679114;
}
</style>
background-color css
<style>
a { background-color: #679114; }
a { background-color: rgb(103,145,20); }
div.DivClassName
{
background-color: #679114;
}
.BgClassName
{
background-color: #679114;
}
</style>
border-color css
<style>
span { border-color: #679114; }
span { border-color: rgb(103,145,20); }
td.TdClassName
{
border-color: #679114;
}
.TagClassName
{
border-color: #679114;
}
</style>