Shades of Olive Drab #678A05
Tints of Olive Drab #678A05
RGB
CMYK
RGB Variations
Color information
#678A05 (or 0x678A05) is known color: Olive Drab. HEX triplet: 67, 8A and 05. RGB value is (103,138,5). Sum of RGB (Red+Green+Blue) = 103+138+5=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #678A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A05 is #9875FA. Grayscale: #707070. Windows color (decimal): -9991675 or 363111. OLE color: 363111.
HSL color Cylindrical-coordinate representation of color #678A05: hue angle of 75.79º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #678A05 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 5 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.46 |
| HSL | 75.79º | 0.93% | 0.28% | - |
| HSV(B) | 75.79º | 0.96% | 0.54% | - |
| XYZ | 14.71 | 21.07 | 3.44 | - |
| YUV | 112.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 5 | 0.25 | 0 | 0.96 | 0.46 | 75.79 | 0.93 | 0.28 |
| Hex | 67 | 8A | 5 | 19 | 0 | 60 | 2E | 4C | 5D | 1C |
| Octal | 147 | 212 | 5 | 31 | 0 | 140 | 56 | 114 | 135 | 34 |
| Binary | 1100111 | 10001010 | 101 | 11001 | 0 | 1100000 | 101110 | 1001100 | 1011101 | 11100 |
Color Harmonies of #678A05
Complementary color
Monochromatic Colors of #678A05
Black with #678A05
Text Example
Text Example
White with #678A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A05; }
p { color: rgb(103,138,5); }
H1.HeaderClassName
{
color: #678A05;
}
.AnyTagClassName
{
color: #678A05;
}
</style>
background-color css
<style>
a { background-color: #678A05; }
a { background-color: rgb(103,138,5); }
div.DivClassName
{
background-color: #678A05;
}
.BgClassName
{
background-color: #678A05;
}
</style>
border-color css
<style>
span { border-color: #678A05; }
span { border-color: rgb(103,138,5); }
td.TdClassName
{
border-color: #678A05;
}
.TagClassName
{
border-color: #678A05;
}
</style>