Shades of Olive Drab #678821
Tints of Olive Drab #678821
RGB
CMYK
RGB Variations
Color information
#678821 (or 0x678821) is known color: Olive Drab. HEX triplet: 67, 88 and 21. RGB value is (103,136,33). Sum of RGB (Red+Green+Blue) = 103+136+33=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #678821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678821 is #9877DE. Grayscale: #727272. Windows color (decimal): -9992159 or 2197607. OLE color: 2197607.
HSL color Cylindrical-coordinate representation of color #678821: hue angle of 79.22º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #678821 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 33 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.47 |
| HSL | 79.22º | 0.61% | 0.33% | - |
| HSV(B) | 79.22º | 0.76% | 0.53% | - |
| XYZ | 14.67 | 20.6 | 4.64 | - |
| YUV | 114.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 33 | 0.24 | 0 | 0.76 | 0.47 | 79.22 | 0.61 | 0.33 |
| Hex | 67 | 88 | 21 | 18 | 0 | 4C | 2F | 4F | 3D | 21 |
| Octal | 147 | 210 | 41 | 30 | 0 | 114 | 57 | 117 | 75 | 41 |
| Binary | 1100111 | 10001000 | 100001 | 11000 | 0 | 1001100 | 101111 | 1001111 | 111101 | 100001 |
Color Harmonies of #678821
Complementary color
Monochromatic Colors of #678821
Black with #678821
Text Example
Text Example
White with #678821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678821; }
p { color: rgb(103,136,33); }
H1.HeaderClassName
{
color: #678821;
}
.AnyTagClassName
{
color: #678821;
}
</style>
background-color css
<style>
a { background-color: #678821; }
a { background-color: rgb(103,136,33); }
div.DivClassName
{
background-color: #678821;
}
.BgClassName
{
background-color: #678821;
}
</style>
border-color css
<style>
span { border-color: #678821; }
span { border-color: rgb(103,136,33); }
td.TdClassName
{
border-color: #678821;
}
.TagClassName
{
border-color: #678821;
}
</style>