Shades of Olive Drab #678910
Tints of Olive Drab #678910
RGB
CMYK
RGB Variations
Color information
#678910 (or 0x678910) is known color: Olive Drab. HEX triplet: 67, 89 and 10. RGB value is (103,137,16). Sum of RGB (Red+Green+Blue) = 103+137+16=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #678910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678910 is #9876EF. Grayscale: #717171. Windows color (decimal): -9991920 or 1083751. OLE color: 1083751.
HSL color Cylindrical-coordinate representation of color #678910: hue angle of 76.86º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #678910 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 16 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.46 |
| HSL | 76.86º | 0.79% | 0.3% | - |
| HSV(B) | 76.86º | 0.88% | 0.54% | - |
| XYZ | 14.63 | 20.81 | 3.74 | - |
| YUV | 113.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 16 | 0.25 | 0 | 0.88 | 0.46 | 76.86 | 0.79 | 0.3 |
| Hex | 67 | 89 | 10 | 19 | 0 | 58 | 2E | 4D | 4F | 1E |
| Octal | 147 | 211 | 20 | 31 | 0 | 130 | 56 | 115 | 117 | 36 |
| Binary | 1100111 | 10001001 | 10000 | 11001 | 0 | 1011000 | 101110 | 1001101 | 1001111 | 11110 |
Color Harmonies of #678910
Complementary color
Monochromatic Colors of #678910
Black with #678910
Text Example
Text Example
White with #678910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678910; }
p { color: rgb(103,137,16); }
H1.HeaderClassName
{
color: #678910;
}
.AnyTagClassName
{
color: #678910;
}
</style>
background-color css
<style>
a { background-color: #678910; }
a { background-color: rgb(103,137,16); }
div.DivClassName
{
background-color: #678910;
}
.BgClassName
{
background-color: #678910;
}
</style>
border-color css
<style>
span { border-color: #678910; }
span { border-color: rgb(103,137,16); }
td.TdClassName
{
border-color: #678910;
}
.TagClassName
{
border-color: #678910;
}
</style>