Shades of Olive Drab #68821C
Tints of Olive Drab #68821C
RGB
CMYK
RGB Variations
Color information
#68821C (or 0x68821C) is known color: Olive Drab. HEX triplet: 68, 82 and 1C. RGB value is (104,130,28). Sum of RGB (Red+Green+Blue) = 104+130+28=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #68821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68821C is #977DE3. Grayscale: #6E6E6E. Windows color (decimal): -9928164 or 1868392. OLE color: 1868392.
HSL color Cylindrical-coordinate representation of color #68821C: hue angle of 75.29º degrees, saturation: 0.65, 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 #68821C is Cyan = 0.2, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 28 | - |
| CMYK | 0.2 | 0 | 0.78 | 0.49 |
| HSL | 75.29º | 0.65% | 0.31% | - |
| HSV(B) | 75.29º | 0.78% | 0.51% | - |
| XYZ | 13.9 | 18.99 | 4.03 | - |
| YUV | 110.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 28 | 0.2 | 0 | 0.78 | 0.49 | 75.29 | 0.65 | 0.31 |
| Hex | 68 | 82 | 1C | 14 | 0 | 4E | 31 | 4B | 41 | 1F |
| Octal | 150 | 202 | 34 | 24 | 0 | 116 | 61 | 113 | 101 | 37 |
| Binary | 1101000 | 10000010 | 11100 | 10100 | 0 | 1001110 | 110001 | 1001011 | 1000001 | 11111 |
Color Harmonies of #68821C
Complementary color
Monochromatic Colors of #68821C
Black with #68821C
Text Example
Text Example
White with #68821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68821C; }
p { color: rgb(104,130,28); }
H1.HeaderClassName
{
color: #68821C;
}
.AnyTagClassName
{
color: #68821C;
}
</style>
background-color css
<style>
a { background-color: #68821C; }
a { background-color: rgb(104,130,28); }
div.DivClassName
{
background-color: #68821C;
}
.BgClassName
{
background-color: #68821C;
}
</style>
border-color css
<style>
span { border-color: #68821C; }
span { border-color: rgb(104,130,28); }
td.TdClassName
{
border-color: #68821C;
}
.TagClassName
{
border-color: #68821C;
}
</style>