Shades of Olive Drab #678616
Tints of Olive Drab #678616
RGB
CMYK
RGB Variations
Color information
#678616 (or 0x678616) is known color: Olive Drab. HEX triplet: 67, 86 and 16. RGB value is (103,134,22). Sum of RGB (Red+Green+Blue) = 103+134+22=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #678616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678616 is #9879E9. Grayscale: #707070. Windows color (decimal): -9992682 or 1476199. OLE color: 1476199.
HSL color Cylindrical-coordinate representation of color #678616: hue angle of 76.61º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #678616 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 22 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.47 |
| HSL | 76.61º | 0.72% | 0.31% | - |
| HSV(B) | 76.61º | 0.84% | 0.53% | - |
| XYZ | 14.26 | 19.99 | 3.87 | - |
| YUV | 111.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 22 | 0.23 | 0 | 0.84 | 0.47 | 76.61 | 0.72 | 0.31 |
| Hex | 67 | 86 | 16 | 17 | 0 | 54 | 2F | 4D | 48 | 1F |
| Octal | 147 | 206 | 26 | 27 | 0 | 124 | 57 | 115 | 110 | 37 |
| Binary | 1100111 | 10000110 | 10110 | 10111 | 0 | 1010100 | 101111 | 1001101 | 1001000 | 11111 |
Color Harmonies of #678616
Complementary color
Monochromatic Colors of #678616
Black with #678616
Text Example
Text Example
White with #678616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678616; }
p { color: rgb(103,134,22); }
H1.HeaderClassName
{
color: #678616;
}
.AnyTagClassName
{
color: #678616;
}
</style>
background-color css
<style>
a { background-color: #678616; }
a { background-color: rgb(103,134,22); }
div.DivClassName
{
background-color: #678616;
}
.BgClassName
{
background-color: #678616;
}
</style>
border-color css
<style>
span { border-color: #678616; }
span { border-color: rgb(103,134,22); }
td.TdClassName
{
border-color: #678616;
}
.TagClassName
{
border-color: #678616;
}
</style>