Shades of Olive Drab #678431
Tints of Olive Drab #678431
RGB
CMYK
RGB Variations
Color information
#678431 (or 0x678431) is known color: Olive Drab. HEX triplet: 67, 84 and 31. RGB value is (103,132,49). Sum of RGB (Red+Green+Blue) = 103+132+49=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #678431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678431 is #987BCE. Grayscale: #727272. Windows color (decimal): -9993167 or 3245159. OLE color: 3245159.
HSL color Cylindrical-coordinate representation of color #678431: hue angle of 80.96º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #678431 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 49 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.48 |
| HSL | 80.96º | 0.46% | 0.35% | - |
| HSV(B) | 80.96º | 0.63% | 0.52% | - |
| XYZ | 14.4 | 19.61 | 5.93 | - |
| YUV | 113.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 49 | 0.22 | 0 | 0.63 | 0.48 | 80.96 | 0.46 | 0.35 |
| Hex | 67 | 84 | 31 | 16 | 0 | 3F | 30 | 51 | 2E | 23 |
| Octal | 147 | 204 | 61 | 26 | 0 | 77 | 60 | 121 | 56 | 43 |
| Binary | 1100111 | 10000100 | 110001 | 10110 | 0 | 111111 | 110000 | 1010001 | 101110 | 100011 |
Color Harmonies of #678431
Complementary color
Monochromatic Colors of #678431
Black with #678431
Text Example
Text Example
White with #678431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678431; }
p { color: rgb(103,132,49); }
H1.HeaderClassName
{
color: #678431;
}
.AnyTagClassName
{
color: #678431;
}
</style>
background-color css
<style>
a { background-color: #678431; }
a { background-color: rgb(103,132,49); }
div.DivClassName
{
background-color: #678431;
}
.BgClassName
{
background-color: #678431;
}
</style>
border-color css
<style>
span { border-color: #678431; }
span { border-color: rgb(103,132,49); }
td.TdClassName
{
border-color: #678431;
}
.TagClassName
{
border-color: #678431;
}
</style>