Shades of Olive Drab #678436
Tints of Olive Drab #678436
RGB
CMYK
RGB Variations
Color information
#678436 (or 0x678436) is known color: Olive Drab. HEX triplet: 67, 84 and 36. RGB value is (103,132,54). Sum of RGB (Red+Green+Blue) = 103+132+54=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #678436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678436 is #987BC9. Grayscale: #727272. Windows color (decimal): -9993162 or 3572839. OLE color: 3572839.
HSL color Cylindrical-coordinate representation of color #678436: hue angle of 82.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #678436 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 54 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.48 |
| HSL | 82.31º | 0.42% | 0.36% | - |
| HSV(B) | 82.31º | 0.59% | 0.52% | - |
| XYZ | 14.51 | 19.65 | 6.52 | - |
| YUV | 114.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 54 | 0.22 | 0 | 0.59 | 0.48 | 82.31 | 0.42 | 0.36 |
| Hex | 67 | 84 | 36 | 16 | 0 | 3B | 30 | 52 | 2A | 24 |
| Octal | 147 | 204 | 66 | 26 | 0 | 73 | 60 | 122 | 52 | 44 |
| Binary | 1100111 | 10000100 | 110110 | 10110 | 0 | 111011 | 110000 | 1010010 | 101010 | 100100 |
Color Harmonies of #678436
Complementary color
Monochromatic Colors of #678436
Black with #678436
Text Example
Text Example
White with #678436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678436; }
p { color: rgb(103,132,54); }
H1.HeaderClassName
{
color: #678436;
}
.AnyTagClassName
{
color: #678436;
}
</style>
background-color css
<style>
a { background-color: #678436; }
a { background-color: rgb(103,132,54); }
div.DivClassName
{
background-color: #678436;
}
.BgClassName
{
background-color: #678436;
}
</style>
border-color css
<style>
span { border-color: #678436; }
span { border-color: rgb(103,132,54); }
td.TdClassName
{
border-color: #678436;
}
.TagClassName
{
border-color: #678436;
}
</style>