Shades of Olive Drab #678D00
Tints of Olive Drab #678D00
RGB
CMYK
RGB Variations
Color information
#678D00 (or 0x678D00) is known color: Olive Drab. HEX triplet: 67, 8D and 00. RGB value is (103,141,0). Sum of RGB (Red+Green+Blue) = 103+141+0=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #678D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678D00 is #9872FF. Grayscale: #727272. Windows color (decimal): -9990912 or 36199. OLE color: 36199.
HSL color Cylindrical-coordinate representation of color #678D00: hue angle of 76.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #678D00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.45 |
| HSL | 76.17º | 1% | 0.28% | - |
| HSV(B) | 76.17º | 1% | 0.55% | - |
| XYZ | 15.12 | 21.93 | 3.44 | - |
| YUV | 113.56 | 63.91 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 0 | 0.27 | 0 | 1 | 0.45 | 76.17 | 1 | 0.28 |
| Hex | 67 | 8D | 0 | 1B | 0 | 64 | 2D | 4C | 64 | 1C |
| Octal | 147 | 215 | 0 | 33 | 0 | 144 | 55 | 114 | 144 | 34 |
| Binary | 1100111 | 10001101 | 0 | 11011 | 0 | 1100100 | 101101 | 1001100 | 1100100 | 11100 |
Color Harmonies of #678D00
Complementary color
Monochromatic Colors of #678D00
Black with #678D00
Text Example
Text Example
White with #678D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D00; }
p { color: rgb(103,141,0); }
H1.HeaderClassName
{
color: #678D00;
}
.AnyTagClassName
{
color: #678D00;
}
</style>
background-color css
<style>
a { background-color: #678D00; }
a { background-color: rgb(103,141,0); }
div.DivClassName
{
background-color: #678D00;
}
.BgClassName
{
background-color: #678D00;
}
</style>
border-color css
<style>
span { border-color: #678D00; }
span { border-color: rgb(103,141,0); }
td.TdClassName
{
border-color: #678D00;
}
.TagClassName
{
border-color: #678D00;
}
</style>