Shades of Olive Drab #678A0A
Tints of Olive Drab #678A0A
RGB
CMYK
RGB Variations
Color information
#678A0A (or 0x678A0A) is known color: Olive Drab. HEX triplet: 67, 8A and 0A. RGB value is (103,138,10). Sum of RGB (Red+Green+Blue) = 103+138+10=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #678A0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A0A is #9875F5. Grayscale: #717171. Windows color (decimal): -9991670 or 690791. OLE color: 690791.
HSL color Cylindrical-coordinate representation of color #678A0A: hue angle of 76.41º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #678A0A is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 10 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.46 |
| HSL | 76.41º | 0.86% | 0.29% | - |
| HSV(B) | 76.41º | 0.93% | 0.54% | - |
| XYZ | 14.74 | 21.08 | 3.58 | - |
| YUV | 112.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 10 | 0.25 | 0 | 0.93 | 0.46 | 76.41 | 0.86 | 0.29 |
| Hex | 67 | 8A | A | 19 | 0 | 5D | 2E | 4C | 56 | 1D |
| Octal | 147 | 212 | 12 | 31 | 0 | 135 | 56 | 114 | 126 | 35 |
| Binary | 1100111 | 10001010 | 1010 | 11001 | 0 | 1011101 | 101110 | 1001100 | 1010110 | 11101 |
Color Harmonies of #678A0A
Complementary color
Monochromatic Colors of #678A0A
Black with #678A0A
Text Example
Text Example
White with #678A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A0A; }
p { color: rgb(103,138,10); }
H1.HeaderClassName
{
color: #678A0A;
}
.AnyTagClassName
{
color: #678A0A;
}
</style>
background-color css
<style>
a { background-color: #678A0A; }
a { background-color: rgb(103,138,10); }
div.DivClassName
{
background-color: #678A0A;
}
.BgClassName
{
background-color: #678A0A;
}
</style>
border-color css
<style>
span { border-color: #678A0A; }
span { border-color: rgb(103,138,10); }
td.TdClassName
{
border-color: #678A0A;
}
.TagClassName
{
border-color: #678A0A;
}
</style>