Shades of Olive Drab #68821A
Tints of Olive Drab #68821A
RGB
CMYK
RGB Variations
Color information
#68821A (or 0x68821A) is known color: Olive Drab. HEX triplet: 68, 82 and 1A. RGB value is (104,130,26). Sum of RGB (Red+Green+Blue) = 104+130+26=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #68821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68821A is #977DE5. Grayscale: #6E6E6E. Windows color (decimal): -9928166 or 1737320. OLE color: 1737320.
HSL color Cylindrical-coordinate representation of color #68821A: hue angle of 75º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68821A is Cyan = 0.2, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 26 | - |
| CMYK | 0.2 | 0 | 0.8 | 0.49 |
| HSL | 75º | 0.67% | 0.31% | - |
| HSV(B) | 75º | 0.8% | 0.51% | - |
| XYZ | 13.88 | 18.98 | 3.91 | - |
| YUV | 110.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 26 | 0.2 | 0 | 0.8 | 0.49 | 75 | 0.67 | 0.31 |
| Hex | 68 | 82 | 1A | 14 | 0 | 50 | 31 | 4B | 43 | 1F |
| Octal | 150 | 202 | 32 | 24 | 0 | 120 | 61 | 113 | 103 | 37 |
| Binary | 1101000 | 10000010 | 11010 | 10100 | 0 | 1010000 | 110001 | 1001011 | 1000011 | 11111 |
Color Harmonies of #68821A
Complementary color
Monochromatic Colors of #68821A
Black with #68821A
Text Example
Text Example
White with #68821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68821A; }
p { color: rgb(104,130,26); }
H1.HeaderClassName
{
color: #68821A;
}
.AnyTagClassName
{
color: #68821A;
}
</style>
background-color css
<style>
a { background-color: #68821A; }
a { background-color: rgb(104,130,26); }
div.DivClassName
{
background-color: #68821A;
}
.BgClassName
{
background-color: #68821A;
}
</style>
border-color css
<style>
span { border-color: #68821A; }
span { border-color: rgb(104,130,26); }
td.TdClassName
{
border-color: #68821A;
}
.TagClassName
{
border-color: #68821A;
}
</style>