Shades of Olive Drab #678629
Tints of Olive Drab #678629
RGB
CMYK
RGB Variations
Color information
#678629 (or 0x678629) is known color: Olive Drab. HEX triplet: 67, 86 and 29. RGB value is (103,134,41). Sum of RGB (Red+Green+Blue) = 103+134+41=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #678629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678629 is #9879D6. Grayscale: #727272. Windows color (decimal): -9992663 or 2721383. OLE color: 2721383.
HSL color Cylindrical-coordinate representation of color #678629: hue angle of 80º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #678629 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 41 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.47 |
| HSL | 80º | 0.53% | 0.34% | - |
| HSV(B) | 80º | 0.69% | 0.53% | - |
| XYZ | 14.52 | 20.09 | 5.21 | - |
| YUV | 114.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 41 | 0.23 | 0 | 0.69 | 0.47 | 80 | 0.53 | 0.34 |
| Hex | 67 | 86 | 29 | 17 | 0 | 45 | 2F | 50 | 35 | 22 |
| Octal | 147 | 206 | 51 | 27 | 0 | 105 | 57 | 120 | 65 | 42 |
| Binary | 1100111 | 10000110 | 101001 | 10111 | 0 | 1000101 | 101111 | 1010000 | 110101 | 100010 |
Color Harmonies of #678629
Complementary color
Monochromatic Colors of #678629
Black with #678629
Text Example
Text Example
White with #678629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678629; }
p { color: rgb(103,134,41); }
H1.HeaderClassName
{
color: #678629;
}
.AnyTagClassName
{
color: #678629;
}
</style>
background-color css
<style>
a { background-color: #678629; }
a { background-color: rgb(103,134,41); }
div.DivClassName
{
background-color: #678629;
}
.BgClassName
{
background-color: #678629;
}
</style>
border-color css
<style>
span { border-color: #678629; }
span { border-color: rgb(103,134,41); }
td.TdClassName
{
border-color: #678629;
}
.TagClassName
{
border-color: #678629;
}
</style>