Shades of Olive Drab #68822E
Tints of Olive Drab #68822E
RGB
CMYK
RGB Variations
Color information
#68822E (or 0x68822E) is known color: Olive Drab. HEX triplet: 68, 82 and 2E. RGB value is (104,130,46). Sum of RGB (Red+Green+Blue) = 104+130+46=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #68822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68822E is #977DD1. Grayscale: #707070. Windows color (decimal): -9928146 or 3048040. OLE color: 3048040.
HSL color Cylindrical-coordinate representation of color #68822E: hue angle of 78.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68822E is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 46 | - |
| CMYK | 0.2 | 0 | 0.65 | 0.49 |
| HSL | 78.57º | 0.48% | 0.35% | - |
| HSV(B) | 78.57º | 0.65% | 0.51% | - |
| XYZ | 14.18 | 19.11 | 5.52 | - |
| YUV | 112.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 46 | 0.2 | 0 | 0.65 | 0.49 | 78.57 | 0.48 | 0.35 |
| Hex | 68 | 82 | 2E | 14 | 0 | 41 | 31 | 4F | 30 | 23 |
| Octal | 150 | 202 | 56 | 24 | 0 | 101 | 61 | 117 | 60 | 43 |
| Binary | 1101000 | 10000010 | 101110 | 10100 | 0 | 1000001 | 110001 | 1001111 | 110000 | 100011 |
Color Harmonies of #68822E
Complementary color
Monochromatic Colors of #68822E
Black with #68822E
Text Example
Text Example
White with #68822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68822E; }
p { color: rgb(104,130,46); }
H1.HeaderClassName
{
color: #68822E;
}
.AnyTagClassName
{
color: #68822E;
}
</style>
background-color css
<style>
a { background-color: #68822E; }
a { background-color: rgb(104,130,46); }
div.DivClassName
{
background-color: #68822E;
}
.BgClassName
{
background-color: #68822E;
}
</style>
border-color css
<style>
span { border-color: #68822E; }
span { border-color: rgb(104,130,46); }
td.TdClassName
{
border-color: #68822E;
}
.TagClassName
{
border-color: #68822E;
}
</style>