Shades of Olive Drab #678131
Tints of Olive Drab #678131
RGB
CMYK
RGB Variations
Color information
#678131 (or 0x678131) is known color: Olive Drab. HEX triplet: 67, 81 and 31. RGB value is (103,129,49). Sum of RGB (Red+Green+Blue) = 103+129+49=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #678131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678131 is #987ECE. Grayscale: #707070. Windows color (decimal): -9993935 or 3244391. OLE color: 3244391.
HSL color Cylindrical-coordinate representation of color #678131: hue angle of 79.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #678131 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 49 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.49 |
| HSL | 79.5º | 0.45% | 0.35% | - |
| HSV(B) | 79.5º | 0.62% | 0.51% | - |
| XYZ | 14 | 18.81 | 5.8 | - |
| YUV | 112.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 49 | 0.20 | 0 | 0.62 | 0.49 | 79.5 | 0.45 | 0.35 |
| Hex | 67 | 81 | 31 | 14 | 0 | 3E | 31 | 50 | 2D | 23 |
| Octal | 147 | 201 | 61 | 24 | 0 | 76 | 61 | 120 | 55 | 43 |
| Binary | 1100111 | 10000001 | 110001 | 10100 | 0 | 111110 | 110001 | 1010000 | 101101 | 100011 |
Color Harmonies of #678131
Complementary color
Monochromatic Colors of #678131
Black with #678131
Text Example
Text Example
White with #678131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678131; }
p { color: rgb(103,129,49); }
H1.HeaderClassName
{
color: #678131;
}
.AnyTagClassName
{
color: #678131;
}
</style>
background-color css
<style>
a { background-color: #678131; }
a { background-color: rgb(103,129,49); }
div.DivClassName
{
background-color: #678131;
}
.BgClassName
{
background-color: #678131;
}
</style>
border-color css
<style>
span { border-color: #678131; }
span { border-color: rgb(103,129,49); }
td.TdClassName
{
border-color: #678131;
}
.TagClassName
{
border-color: #678131;
}
</style>