Shades of Olive Drab #678E08
Tints of Olive Drab #678E08
RGB
CMYK
RGB Variations
Color information
#678E08 (or 0x678E08) is known color: Olive Drab. HEX triplet: 67, 8E and 08. RGB value is (103,142,8). Sum of RGB (Red+Green+Blue) = 103+142+8=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #678E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678E08 is #9871F7. Grayscale: #737373. Windows color (decimal): -9990648 or 560743. OLE color: 560743.
HSL color Cylindrical-coordinate representation of color #678E08: hue angle of 77.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #678E08 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 8 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.44 |
| HSL | 77.46º | 0.89% | 0.29% | - |
| HSV(B) | 77.46º | 0.94% | 0.56% | - |
| XYZ | 15.31 | 22.25 | 3.72 | - |
| YUV | 115.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 8 | 0.27 | 0 | 0.94 | 0.44 | 77.46 | 0.89 | 0.29 |
| Hex | 67 | 8E | 8 | 1B | 0 | 5E | 2C | 4D | 59 | 1D |
| Octal | 147 | 216 | 10 | 33 | 0 | 136 | 54 | 115 | 131 | 35 |
| Binary | 1100111 | 10001110 | 1000 | 11011 | 0 | 1011110 | 101100 | 1001101 | 1011001 | 11101 |
Color Harmonies of #678E08
Complementary color
Monochromatic Colors of #678E08
Black with #678E08
Text Example
Text Example
White with #678E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E08; }
p { color: rgb(103,142,8); }
H1.HeaderClassName
{
color: #678E08;
}
.AnyTagClassName
{
color: #678E08;
}
</style>
background-color css
<style>
a { background-color: #678E08; }
a { background-color: rgb(103,142,8); }
div.DivClassName
{
background-color: #678E08;
}
.BgClassName
{
background-color: #678E08;
}
</style>
border-color css
<style>
span { border-color: #678E08; }
span { border-color: rgb(103,142,8); }
td.TdClassName
{
border-color: #678E08;
}
.TagClassName
{
border-color: #678E08;
}
</style>