Shades of Olive Drab #678D12
Tints of Olive Drab #678D12
RGB
CMYK
RGB Variations
Color information
#678D12 (or 0x678D12) is known color: Olive Drab. HEX triplet: 67, 8D and 12. RGB value is (103,141,18). Sum of RGB (Red+Green+Blue) = 103+141+18=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #678D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678D12 is #9872ED. Grayscale: #747474. Windows color (decimal): -9990894 or 1215847. OLE color: 1215847.
HSL color Cylindrical-coordinate representation of color #678D12: hue angle of 78.54º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #678D12 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 18 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.45 |
| HSL | 78.54º | 0.77% | 0.31% | - |
| HSV(B) | 78.54º | 0.87% | 0.55% | - |
| XYZ | 15.23 | 21.98 | 4.01 | - |
| YUV | 115.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 18 | 0.27 | 0 | 0.87 | 0.45 | 78.54 | 0.77 | 0.31 |
| Hex | 67 | 8D | 12 | 1B | 0 | 57 | 2D | 4F | 4D | 1F |
| Octal | 147 | 215 | 22 | 33 | 0 | 127 | 55 | 117 | 115 | 37 |
| Binary | 1100111 | 10001101 | 10010 | 11011 | 0 | 1010111 | 101101 | 1001111 | 1001101 | 11111 |
Color Harmonies of #678D12
Complementary color
Monochromatic Colors of #678D12
Black with #678D12
Text Example
Text Example
White with #678D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D12; }
p { color: rgb(103,141,18); }
H1.HeaderClassName
{
color: #678D12;
}
.AnyTagClassName
{
color: #678D12;
}
</style>
background-color css
<style>
a { background-color: #678D12; }
a { background-color: rgb(103,141,18); }
div.DivClassName
{
background-color: #678D12;
}
.BgClassName
{
background-color: #678D12;
}
</style>
border-color css
<style>
span { border-color: #678D12; }
span { border-color: rgb(103,141,18); }
td.TdClassName
{
border-color: #678D12;
}
.TagClassName
{
border-color: #678D12;
}
</style>