Shades of Olive Drab #678426
Tints of Olive Drab #678426
RGB
CMYK
RGB Variations
Color information
#678426 (or 0x678426) is known color: Olive Drab. HEX triplet: 67, 84 and 26. RGB value is (103,132,38). Sum of RGB (Red+Green+Blue) = 103+132+38=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #678426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678426 is #987BD9. Grayscale: #707070. Windows color (decimal): -9993178 or 2524263. OLE color: 2524263.
HSL color Cylindrical-coordinate representation of color #678426: hue angle of 78.51º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #678426 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 38 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.48 |
| HSL | 78.51º | 0.55% | 0.33% | - |
| HSV(B) | 78.51º | 0.71% | 0.52% | - |
| XYZ | 14.19 | 19.53 | 4.85 | - |
| YUV | 112.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 38 | 0.22 | 0 | 0.71 | 0.48 | 78.51 | 0.55 | 0.33 |
| Hex | 67 | 84 | 26 | 16 | 0 | 47 | 30 | 4F | 37 | 21 |
| Octal | 147 | 204 | 46 | 26 | 0 | 107 | 60 | 117 | 67 | 41 |
| Binary | 1100111 | 10000100 | 100110 | 10110 | 0 | 1000111 | 110000 | 1001111 | 110111 | 100001 |
Color Harmonies of #678426
Complementary color
Monochromatic Colors of #678426
Black with #678426
Text Example
Text Example
White with #678426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678426; }
p { color: rgb(103,132,38); }
H1.HeaderClassName
{
color: #678426;
}
.AnyTagClassName
{
color: #678426;
}
</style>
background-color css
<style>
a { background-color: #678426; }
a { background-color: rgb(103,132,38); }
div.DivClassName
{
background-color: #678426;
}
.BgClassName
{
background-color: #678426;
}
</style>
border-color css
<style>
span { border-color: #678426; }
span { border-color: rgb(103,132,38); }
td.TdClassName
{
border-color: #678426;
}
.TagClassName
{
border-color: #678426;
}
</style>