Shades of Olive Drab #6C921D
Tints of Olive Drab #6C921D
RGB
CMYK
RGB Variations
Color information
#6C921D (or 0x6C921D) is known color: Olive Drab. HEX triplet: 6C, 92 and 1D. RGB value is (108,146,29). Sum of RGB (Red+Green+Blue) = 108+146+29=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #6C921D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C921D is #936DE2. Grayscale: #797979. Windows color (decimal): -9661923 or 1938028. OLE color: 1938028.
HSL color Cylindrical-coordinate representation of color #6C921D: hue angle of 79.49º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C921D is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 146 | 29 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.43 |
| HSL | 79.49º | 0.67% | 0.34% | - |
| HSV(B) | 79.49º | 0.8% | 0.57% | - |
| XYZ | 16.69 | 23.83 | 4.88 | - |
| YUV | 121.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 29 | 0.26 | 0 | 0.80 | 0.43 | 79.49 | 0.67 | 0.34 |
| Hex | 6C | 92 | 1D | 1A | 0 | 50 | 2B | 4F | 43 | 22 |
| Octal | 154 | 222 | 35 | 32 | 0 | 120 | 53 | 117 | 103 | 42 |
| Binary | 1101100 | 10010010 | 11101 | 11010 | 0 | 1010000 | 101011 | 1001111 | 1000011 | 100010 |
Color Harmonies of #6C921D
Complementary color
Monochromatic Colors of #6C921D
Black with #6C921D
Text Example
Text Example
White with #6C921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C921D; }
p { color: rgb(108,146,29); }
H1.HeaderClassName
{
color: #6C921D;
}
.AnyTagClassName
{
color: #6C921D;
}
</style>
background-color css
<style>
a { background-color: #6C921D; }
a { background-color: rgb(108,146,29); }
div.DivClassName
{
background-color: #6C921D;
}
.BgClassName
{
background-color: #6C921D;
}
</style>
border-color css
<style>
span { border-color: #6C921D; }
span { border-color: rgb(108,146,29); }
td.TdClassName
{
border-color: #6C921D;
}
.TagClassName
{
border-color: #6C921D;
}
</style>