Shades of Olive Drab #6E921C
Tints of Olive Drab #6E921C
RGB
CMYK
RGB Variations
Color information
#6E921C (or 0x6E921C) is known color: Olive Drab. HEX triplet: 6E, 92 and 1C. RGB value is (110,146,28). Sum of RGB (Red+Green+Blue) = 110+146+28=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #6E921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E921C is #916DE3. Grayscale: #7A7A7A. Windows color (decimal): -9530852 or 1872494. OLE color: 1872494.
HSL color Cylindrical-coordinate representation of color #6E921C: hue angle of 78.31º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E921C is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 28 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.43 |
| HSL | 78.31º | 0.68% | 0.34% | - |
| HSV(B) | 78.31º | 0.81% | 0.57% | - |
| XYZ | 16.92 | 23.96 | 4.83 | - |
| YUV | 121.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 28 | 0.25 | 0 | 0.81 | 0.43 | 78.31 | 0.68 | 0.34 |
| Hex | 6E | 92 | 1C | 19 | 0 | 51 | 2B | 4E | 44 | 22 |
| Octal | 156 | 222 | 34 | 31 | 0 | 121 | 53 | 116 | 104 | 42 |
| Binary | 1101110 | 10010010 | 11100 | 11001 | 0 | 1010001 | 101011 | 1001110 | 1000100 | 100010 |
Color Harmonies of #6E921C
Complementary color
Monochromatic Colors of #6E921C
Black with #6E921C
Text Example
Text Example
White with #6E921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E921C; }
p { color: rgb(110,146,28); }
H1.HeaderClassName
{
color: #6E921C;
}
.AnyTagClassName
{
color: #6E921C;
}
</style>
background-color css
<style>
a { background-color: #6E921C; }
a { background-color: rgb(110,146,28); }
div.DivClassName
{
background-color: #6E921C;
}
.BgClassName
{
background-color: #6E921C;
}
</style>
border-color css
<style>
span { border-color: #6E921C; }
span { border-color: rgb(110,146,28); }
td.TdClassName
{
border-color: #6E921C;
}
.TagClassName
{
border-color: #6E921C;
}
</style>