Shades of Olive Drab #678420
Tints of Olive Drab #678420
RGB
CMYK
RGB Variations
Color information
#678420 (or 0x678420) is known color: Olive Drab. HEX triplet: 67, 84 and 20. RGB value is (103,132,32). Sum of RGB (Red+Green+Blue) = 103+132+32=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #678420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678420 is #987BDF. Grayscale: #707070. Windows color (decimal): -9993184 or 2131047. OLE color: 2131047.
HSL color Cylindrical-coordinate representation of color #678420: hue angle of 77.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #678420 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 32 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.48 |
| HSL | 77.4º | 0.61% | 0.32% | - |
| HSV(B) | 77.4º | 0.76% | 0.52% | - |
| XYZ | 14.11 | 19.49 | 4.39 | - |
| YUV | 111.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 32 | 0.22 | 0 | 0.76 | 0.48 | 77.4 | 0.61 | 0.32 |
| Hex | 67 | 84 | 20 | 16 | 0 | 4C | 30 | 4D | 3D | 20 |
| Octal | 147 | 204 | 40 | 26 | 0 | 114 | 60 | 115 | 75 | 40 |
| Binary | 1100111 | 10000100 | 100000 | 10110 | 0 | 1001100 | 110000 | 1001101 | 111101 | 100000 |
Color Harmonies of #678420
Complementary color
Monochromatic Colors of #678420
Black with #678420
Text Example
Text Example
White with #678420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678420; }
p { color: rgb(103,132,32); }
H1.HeaderClassName
{
color: #678420;
}
.AnyTagClassName
{
color: #678420;
}
</style>
background-color css
<style>
a { background-color: #678420; }
a { background-color: rgb(103,132,32); }
div.DivClassName
{
background-color: #678420;
}
.BgClassName
{
background-color: #678420;
}
</style>
border-color css
<style>
span { border-color: #678420; }
span { border-color: rgb(103,132,32); }
td.TdClassName
{
border-color: #678420;
}
.TagClassName
{
border-color: #678420;
}
</style>