Shades of Olive Drab #678A08
Tints of Olive Drab #678A08
RGB
CMYK
RGB Variations
Color information
#678A08 (or 0x678A08) is known color: Olive Drab. HEX triplet: 67, 8A and 08. RGB value is (103,138,8). Sum of RGB (Red+Green+Blue) = 103+138+8=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #678A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A08 is #9875F7. Grayscale: #717171. Windows color (decimal): -9991672 or 559719. OLE color: 559719.
HSL color Cylindrical-coordinate representation of color #678A08: hue angle of 76.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #678A08 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 8 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.46 |
| HSL | 76.15º | 0.89% | 0.29% | - |
| HSV(B) | 76.15º | 0.94% | 0.54% | - |
| XYZ | 14.73 | 21.08 | 3.52 | - |
| YUV | 112.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 8 | 0.25 | 0 | 0.94 | 0.46 | 76.15 | 0.89 | 0.29 |
| Hex | 67 | 8A | 8 | 19 | 0 | 5E | 2E | 4C | 59 | 1D |
| Octal | 147 | 212 | 10 | 31 | 0 | 136 | 56 | 114 | 131 | 35 |
| Binary | 1100111 | 10001010 | 1000 | 11001 | 0 | 1011110 | 101110 | 1001100 | 1011001 | 11101 |
Color Harmonies of #678A08
Complementary color
Monochromatic Colors of #678A08
Black with #678A08
Text Example
Text Example
White with #678A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A08; }
p { color: rgb(103,138,8); }
H1.HeaderClassName
{
color: #678A08;
}
.AnyTagClassName
{
color: #678A08;
}
</style>
background-color css
<style>
a { background-color: #678A08; }
a { background-color: rgb(103,138,8); }
div.DivClassName
{
background-color: #678A08;
}
.BgClassName
{
background-color: #678A08;
}
</style>
border-color css
<style>
span { border-color: #678A08; }
span { border-color: rgb(103,138,8); }
td.TdClassName
{
border-color: #678A08;
}
.TagClassName
{
border-color: #678A08;
}
</style>