Shades of Olive Drab #678631
Tints of Olive Drab #678631
RGB
CMYK
RGB Variations
Color information
#678631 (or 0x678631) is known color: Olive Drab. HEX triplet: 67, 86 and 31. RGB value is (103,134,49). Sum of RGB (Red+Green+Blue) = 103+134+49=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #678631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678631 is #9879CE. Grayscale: #737373. Windows color (decimal): -9992655 or 3245671. OLE color: 3245671.
HSL color Cylindrical-coordinate representation of color #678631: hue angle of 81.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #678631 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 49 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.47 |
| HSL | 81.88º | 0.46% | 0.36% | - |
| HSV(B) | 81.88º | 0.63% | 0.53% | - |
| XYZ | 14.67 | 20.16 | 6.02 | - |
| YUV | 115.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 49 | 0.23 | 0 | 0.63 | 0.47 | 81.88 | 0.46 | 0.36 |
| Hex | 67 | 86 | 31 | 17 | 0 | 3F | 2F | 52 | 2E | 24 |
| Octal | 147 | 206 | 61 | 27 | 0 | 77 | 57 | 122 | 56 | 44 |
| Binary | 1100111 | 10000110 | 110001 | 10111 | 0 | 111111 | 101111 | 1010010 | 101110 | 100100 |
Color Harmonies of #678631
Complementary color
Monochromatic Colors of #678631
Black with #678631
Text Example
Text Example
White with #678631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678631; }
p { color: rgb(103,134,49); }
H1.HeaderClassName
{
color: #678631;
}
.AnyTagClassName
{
color: #678631;
}
</style>
background-color css
<style>
a { background-color: #678631; }
a { background-color: rgb(103,134,49); }
div.DivClassName
{
background-color: #678631;
}
.BgClassName
{
background-color: #678631;
}
</style>
border-color css
<style>
span { border-color: #678631; }
span { border-color: rgb(103,134,49); }
td.TdClassName
{
border-color: #678631;
}
.TagClassName
{
border-color: #678631;
}
</style>