Shades of Olive Drab #68811C
Tints of Olive Drab #68811C
RGB
CMYK
RGB Variations
Color information
#68811C (or 0x68811C) is known color: Olive Drab. HEX triplet: 68, 81 and 1C. RGB value is (104,129,28). Sum of RGB (Red+Green+Blue) = 104+129+28=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #68811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68811C is #977EE3. Grayscale: #6E6E6E. Windows color (decimal): -9928420 or 1868136. OLE color: 1868136.
HSL color Cylindrical-coordinate representation of color #68811C: hue angle of 74.85º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68811C is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 28 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.49 |
| HSL | 74.85º | 0.64% | 0.31% | - |
| HSV(B) | 74.85º | 0.78% | 0.51% | - |
| XYZ | 13.77 | 18.73 | 3.99 | - |
| YUV | 110.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 28 | 0.19 | 0 | 0.78 | 0.49 | 74.85 | 0.64 | 0.31 |
| Hex | 68 | 81 | 1C | 13 | 0 | 4E | 31 | 4B | 40 | 1F |
| Octal | 150 | 201 | 34 | 23 | 0 | 116 | 61 | 113 | 100 | 37 |
| Binary | 1101000 | 10000001 | 11100 | 10011 | 0 | 1001110 | 110001 | 1001011 | 1000000 | 11111 |
Color Harmonies of #68811C
Complementary color
Monochromatic Colors of #68811C
Black with #68811C
Text Example
Text Example
White with #68811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68811C; }
p { color: rgb(104,129,28); }
H1.HeaderClassName
{
color: #68811C;
}
.AnyTagClassName
{
color: #68811C;
}
</style>
background-color css
<style>
a { background-color: #68811C; }
a { background-color: rgb(104,129,28); }
div.DivClassName
{
background-color: #68811C;
}
.BgClassName
{
background-color: #68811C;
}
</style>
border-color css
<style>
span { border-color: #68811C; }
span { border-color: rgb(104,129,28); }
td.TdClassName
{
border-color: #68811C;
}
.TagClassName
{
border-color: #68811C;
}
</style>