Shades of Olive Drab #678031
Tints of Olive Drab #678031
RGB
CMYK
RGB Variations
Color information
#678031 (or 0x678031) is known color: Olive Drab. HEX triplet: 67, 80 and 31. RGB value is (103,128,49). Sum of RGB (Red+Green+Blue) = 103+128+49=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #678031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678031 is #987FCE. Grayscale: #6F6F6F. Windows color (decimal): -9994191 or 3244135. OLE color: 3244135.
HSL color Cylindrical-coordinate representation of color #678031: hue angle of 78.99º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #678031 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 49 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.50 |
| HSL | 78.99º | 0.45% | 0.35% | - |
| HSV(B) | 78.99º | 0.62% | 0.5% | - |
| XYZ | 13.87 | 18.54 | 5.75 | - |
| YUV | 111.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 49 | 0.20 | 0 | 0.62 | 0.50 | 78.99 | 0.45 | 0.35 |
| Hex | 67 | 80 | 31 | 14 | 0 | 3E | 32 | 4F | 2D | 23 |
| Octal | 147 | 200 | 61 | 24 | 0 | 76 | 62 | 117 | 55 | 43 |
| Binary | 1100111 | 10000000 | 110001 | 10100 | 0 | 111110 | 110010 | 1001111 | 101101 | 100011 |
Color Harmonies of #678031
Complementary color
Monochromatic Colors of #678031
Black with #678031
Text Example
Text Example
White with #678031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678031; }
p { color: rgb(103,128,49); }
H1.HeaderClassName
{
color: #678031;
}
.AnyTagClassName
{
color: #678031;
}
</style>
background-color css
<style>
a { background-color: #678031; }
a { background-color: rgb(103,128,49); }
div.DivClassName
{
background-color: #678031;
}
.BgClassName
{
background-color: #678031;
}
</style>
border-color css
<style>
span { border-color: #678031; }
span { border-color: rgb(103,128,49); }
td.TdClassName
{
border-color: #678031;
}
.TagClassName
{
border-color: #678031;
}
</style>