Shades of Olive Drab #678210
Tints of Olive Drab #678210
RGB
CMYK
RGB Variations
Color information
#678210 (or 0x678210) is known color: Olive Drab. HEX triplet: 67, 82 and 10. RGB value is (103,130,16). Sum of RGB (Red+Green+Blue) = 103+130+16=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #678210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678210 is #987DEF. Grayscale: #6D6D6D. Windows color (decimal): -9993712 or 1081959. OLE color: 1081959.
HSL color Cylindrical-coordinate representation of color #678210: hue angle of 74.21º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #678210 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 16 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.49 |
| HSL | 74.21º | 0.78% | 0.29% | - |
| HSV(B) | 74.21º | 0.88% | 0.51% | - |
| XYZ | 13.67 | 18.89 | 3.42 | - |
| YUV | 108.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 16 | 0.21 | 0 | 0.88 | 0.49 | 74.21 | 0.78 | 0.29 |
| Hex | 67 | 82 | 10 | 15 | 0 | 58 | 31 | 4A | 4E | 1D |
| Octal | 147 | 202 | 20 | 25 | 0 | 130 | 61 | 112 | 116 | 35 |
| Binary | 1100111 | 10000010 | 10000 | 10101 | 0 | 1011000 | 110001 | 1001010 | 1001110 | 11101 |
Color Harmonies of #678210
Complementary color
Monochromatic Colors of #678210
Black with #678210
Text Example
Text Example
White with #678210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678210; }
p { color: rgb(103,130,16); }
H1.HeaderClassName
{
color: #678210;
}
.AnyTagClassName
{
color: #678210;
}
</style>
background-color css
<style>
a { background-color: #678210; }
a { background-color: rgb(103,130,16); }
div.DivClassName
{
background-color: #678210;
}
.BgClassName
{
background-color: #678210;
}
</style>
border-color css
<style>
span { border-color: #678210; }
span { border-color: rgb(103,130,16); }
td.TdClassName
{
border-color: #678210;
}
.TagClassName
{
border-color: #678210;
}
</style>