Shades of Olive Drab #678617
Tints of Olive Drab #678617
RGB
CMYK
RGB Variations
Color information
#678617 (or 0x678617) is known color: Olive Drab. HEX triplet: 67, 86 and 17. RGB value is (103,134,23). Sum of RGB (Red+Green+Blue) = 103+134+23=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #678617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678617 is #9879E8. Grayscale: #707070. Windows color (decimal): -9992681 or 1541735. OLE color: 1541735.
HSL color Cylindrical-coordinate representation of color #678617: hue angle of 76.76º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #678617 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 23 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.47 |
| HSL | 76.76º | 0.71% | 0.31% | - |
| HSV(B) | 76.76º | 0.83% | 0.53% | - |
| XYZ | 14.27 | 20 | 3.92 | - |
| YUV | 112.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 23 | 0.23 | 0 | 0.83 | 0.47 | 76.76 | 0.71 | 0.31 |
| Hex | 67 | 86 | 17 | 17 | 0 | 53 | 2F | 4D | 47 | 1F |
| Octal | 147 | 206 | 27 | 27 | 0 | 123 | 57 | 115 | 107 | 37 |
| Binary | 1100111 | 10000110 | 10111 | 10111 | 0 | 1010011 | 101111 | 1001101 | 1000111 | 11111 |
Color Harmonies of #678617
Complementary color
Monochromatic Colors of #678617
Black with #678617
Text Example
Text Example
White with #678617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678617; }
p { color: rgb(103,134,23); }
H1.HeaderClassName
{
color: #678617;
}
.AnyTagClassName
{
color: #678617;
}
</style>
background-color css
<style>
a { background-color: #678617; }
a { background-color: rgb(103,134,23); }
div.DivClassName
{
background-color: #678617;
}
.BgClassName
{
background-color: #678617;
}
</style>
border-color css
<style>
span { border-color: #678617; }
span { border-color: rgb(103,134,23); }
td.TdClassName
{
border-color: #678617;
}
.TagClassName
{
border-color: #678617;
}
</style>