Shades of Olive Drab #68822B
Tints of Olive Drab #68822B
RGB
CMYK
RGB Variations
Color information
#68822B (or 0x68822B) is known color: Olive Drab. HEX triplet: 68, 82 and 2B. RGB value is (104,130,43). Sum of RGB (Red+Green+Blue) = 104+130+43=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #68822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68822B is #977DD4. Grayscale: #707070. Windows color (decimal): -9928149 or 2851432. OLE color: 2851432.
HSL color Cylindrical-coordinate representation of color #68822B: hue angle of 77.93º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68822B is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 43 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.49 |
| HSL | 77.93º | 0.5% | 0.34% | - |
| HSV(B) | 77.93º | 0.67% | 0.51% | - |
| XYZ | 14.13 | 19.08 | 5.22 | - |
| YUV | 112.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 43 | 0.2 | 0 | 0.67 | 0.49 | 77.93 | 0.5 | 0.34 |
| Hex | 68 | 82 | 2B | 14 | 0 | 43 | 31 | 4E | 32 | 22 |
| Octal | 150 | 202 | 53 | 24 | 0 | 103 | 61 | 116 | 62 | 42 |
| Binary | 1101000 | 10000010 | 101011 | 10100 | 0 | 1000011 | 110001 | 1001110 | 110010 | 100010 |
Color Harmonies of #68822B
Complementary color
Monochromatic Colors of #68822B
Black with #68822B
Text Example
Text Example
White with #68822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68822B; }
p { color: rgb(104,130,43); }
H1.HeaderClassName
{
color: #68822B;
}
.AnyTagClassName
{
color: #68822B;
}
</style>
background-color css
<style>
a { background-color: #68822B; }
a { background-color: rgb(104,130,43); }
div.DivClassName
{
background-color: #68822B;
}
.BgClassName
{
background-color: #68822B;
}
</style>
border-color css
<style>
span { border-color: #68822B; }
span { border-color: rgb(104,130,43); }
td.TdClassName
{
border-color: #68822B;
}
.TagClassName
{
border-color: #68822B;
}
</style>