Shades of Olive Drab #6E821C
Tints of Olive Drab #6E821C
RGB
CMYK
RGB Variations
Color information
#6E821C (or 0x6E821C) is known color: Olive Drab. HEX triplet: 6E, 82 and 1C. RGB value is (110,130,28). Sum of RGB (Red+Green+Blue) = 110+130+28=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #6E821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E821C is #917DE3. Grayscale: #707070. Windows color (decimal): -9534948 or 1868398. OLE color: 1868398.
HSL color Cylindrical-coordinate representation of color #6E821C: hue angle of 71.76º 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 #6E821C is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 28 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.49 |
| HSL | 71.76º | 0.65% | 0.31% | - |
| HSV(B) | 71.76º | 0.78% | 0.51% | - |
| XYZ | 14.62 | 19.36 | 4.07 | - |
| YUV | 112.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 28 | 0.15 | 0 | 0.78 | 0.49 | 71.76 | 0.65 | 0.31 |
| Hex | 6E | 82 | 1C | F | 0 | 4E | 31 | 48 | 41 | 1F |
| Octal | 156 | 202 | 34 | 17 | 0 | 116 | 61 | 110 | 101 | 37 |
| Binary | 1101110 | 10000010 | 11100 | 1111 | 0 | 1001110 | 110001 | 1001000 | 1000001 | 11111 |
Color Harmonies of #6E821C
Complementary color
Monochromatic Colors of #6E821C
Black with #6E821C
Text Example
Text Example
White with #6E821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E821C; }
p { color: rgb(110,130,28); }
H1.HeaderClassName
{
color: #6E821C;
}
.AnyTagClassName
{
color: #6E821C;
}
</style>
background-color css
<style>
a { background-color: #6E821C; }
a { background-color: rgb(110,130,28); }
div.DivClassName
{
background-color: #6E821C;
}
.BgClassName
{
background-color: #6E821C;
}
</style>
border-color css
<style>
span { border-color: #6E821C; }
span { border-color: rgb(110,130,28); }
td.TdClassName
{
border-color: #6E821C;
}
.TagClassName
{
border-color: #6E821C;
}
</style>