Shades of Olive Drab #678424
Tints of Olive Drab #678424
RGB
CMYK
RGB Variations
Color information
#678424 (or 0x678424) is known color: Olive Drab. HEX triplet: 67, 84 and 24. RGB value is (103,132,36). Sum of RGB (Red+Green+Blue) = 103+132+36=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #678424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678424 is #987BDB. Grayscale: #707070. Windows color (decimal): -9993180 or 2393191. OLE color: 2393191.
HSL color Cylindrical-coordinate representation of color #678424: hue angle of 78.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #678424 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 36 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.48 |
| HSL | 78.12º | 0.57% | 0.33% | - |
| HSV(B) | 78.12º | 0.73% | 0.52% | - |
| XYZ | 14.16 | 19.51 | 4.69 | - |
| YUV | 112.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 36 | 0.22 | 0 | 0.73 | 0.48 | 78.12 | 0.57 | 0.33 |
| Hex | 67 | 84 | 24 | 16 | 0 | 49 | 30 | 4E | 39 | 21 |
| Octal | 147 | 204 | 44 | 26 | 0 | 111 | 60 | 116 | 71 | 41 |
| Binary | 1100111 | 10000100 | 100100 | 10110 | 0 | 1001001 | 110000 | 1001110 | 111001 | 100001 |
Color Harmonies of #678424
Complementary color
Monochromatic Colors of #678424
Black with #678424
Text Example
Text Example
White with #678424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678424; }
p { color: rgb(103,132,36); }
H1.HeaderClassName
{
color: #678424;
}
.AnyTagClassName
{
color: #678424;
}
</style>
background-color css
<style>
a { background-color: #678424; }
a { background-color: rgb(103,132,36); }
div.DivClassName
{
background-color: #678424;
}
.BgClassName
{
background-color: #678424;
}
</style>
border-color css
<style>
span { border-color: #678424; }
span { border-color: rgb(103,132,36); }
td.TdClassName
{
border-color: #678424;
}
.TagClassName
{
border-color: #678424;
}
</style>