Shades of Olive Drab #678816
Tints of Olive Drab #678816
RGB
CMYK
RGB Variations
Color information
#678816 (or 0x678816) is known color: Olive Drab. HEX triplet: 67, 88 and 16. RGB value is (103,136,22). Sum of RGB (Red+Green+Blue) = 103+136+22=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #678816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678816 is #9877E9. Grayscale: #717171. Windows color (decimal): -9992170 or 1476711. OLE color: 1476711.
HSL color Cylindrical-coordinate representation of color #678816: hue angle of 77.37º 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 #678816 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 22 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.47 |
| HSL | 77.37º | 0.72% | 0.31% | - |
| HSV(B) | 77.37º | 0.84% | 0.53% | - |
| XYZ | 14.54 | 20.55 | 3.96 | - |
| YUV | 113.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 22 | 0.24 | 0 | 0.84 | 0.47 | 77.37 | 0.72 | 0.31 |
| Hex | 67 | 88 | 16 | 18 | 0 | 54 | 2F | 4D | 48 | 1F |
| Octal | 147 | 210 | 26 | 30 | 0 | 124 | 57 | 115 | 110 | 37 |
| Binary | 1100111 | 10001000 | 10110 | 11000 | 0 | 1010100 | 101111 | 1001101 | 1001000 | 11111 |
Color Harmonies of #678816
Complementary color
Monochromatic Colors of #678816
Black with #678816
Text Example
Text Example
White with #678816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678816; }
p { color: rgb(103,136,22); }
H1.HeaderClassName
{
color: #678816;
}
.AnyTagClassName
{
color: #678816;
}
</style>
background-color css
<style>
a { background-color: #678816; }
a { background-color: rgb(103,136,22); }
div.DivClassName
{
background-color: #678816;
}
.BgClassName
{
background-color: #678816;
}
</style>
border-color css
<style>
span { border-color: #678816; }
span { border-color: rgb(103,136,22); }
td.TdClassName
{
border-color: #678816;
}
.TagClassName
{
border-color: #678816;
}
</style>