Shades of Olive Drab #68812D
Tints of Olive Drab #68812D
RGB
CMYK
RGB Variations
Color information
#68812D (or 0x68812D) is known color: Olive Drab. HEX triplet: 68, 81 and 2D. RGB value is (104,129,45). Sum of RGB (Red+Green+Blue) = 104+129+45=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #68812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68812D is #977ED2. Grayscale: #707070. Windows color (decimal): -9928403 or 2982248. OLE color: 2982248.
HSL color Cylindrical-coordinate representation of color #68812D: hue angle of 77.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68812D is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 45 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.49 |
| HSL | 77.86º | 0.48% | 0.34% | - |
| HSV(B) | 77.86º | 0.65% | 0.51% | - |
| XYZ | 14.03 | 18.83 | 5.38 | - |
| YUV | 111.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 45 | 0.19 | 0 | 0.65 | 0.49 | 77.86 | 0.48 | 0.34 |
| Hex | 68 | 81 | 2D | 13 | 0 | 41 | 31 | 4E | 30 | 22 |
| Octal | 150 | 201 | 55 | 23 | 0 | 101 | 61 | 116 | 60 | 42 |
| Binary | 1101000 | 10000001 | 101101 | 10011 | 0 | 1000001 | 110001 | 1001110 | 110000 | 100010 |
Color Harmonies of #68812D
Complementary color
Monochromatic Colors of #68812D
Black with #68812D
Text Example
Text Example
White with #68812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68812D; }
p { color: rgb(104,129,45); }
H1.HeaderClassName
{
color: #68812D;
}
.AnyTagClassName
{
color: #68812D;
}
</style>
background-color css
<style>
a { background-color: #68812D; }
a { background-color: rgb(104,129,45); }
div.DivClassName
{
background-color: #68812D;
}
.BgClassName
{
background-color: #68812D;
}
</style>
border-color css
<style>
span { border-color: #68812D; }
span { border-color: rgb(104,129,45); }
td.TdClassName
{
border-color: #68812D;
}
.TagClassName
{
border-color: #68812D;
}
</style>