Shades of Olive Drab #6D802B
Tints of Olive Drab #6D802B
RGB
CMYK
RGB Variations
Color information
#6D802B (or 0x6D802B) is known color: Olive Drab. HEX triplet: 6D, 80 and 2B. RGB value is (109,128,43). Sum of RGB (Red+Green+Blue) = 109+128+43=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #6D802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D802B is #927FD4. Grayscale: #707070. Windows color (decimal): -9600981 or 2850925. OLE color: 2850925.
HSL color Cylindrical-coordinate representation of color #6D802B: hue angle of 73.41º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D802B is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 43 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.50 |
| HSL | 73.41º | 0.5% | 0.34% | - |
| HSV(B) | 73.41º | 0.66% | 0.5% | - |
| XYZ | 14.46 | 18.86 | 5.16 | - |
| YUV | 112.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 43 | 0.15 | 0 | 0.66 | 0.50 | 73.41 | 0.5 | 0.34 |
| Hex | 6D | 80 | 2B | F | 0 | 42 | 32 | 49 | 32 | 22 |
| Octal | 155 | 200 | 53 | 17 | 0 | 102 | 62 | 111 | 62 | 42 |
| Binary | 1101101 | 10000000 | 101011 | 1111 | 0 | 1000010 | 110010 | 1001001 | 110010 | 100010 |
Color Harmonies of #6D802B
Complementary color
Monochromatic Colors of #6D802B
Black with #6D802B
Text Example
Text Example
White with #6D802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D802B; }
p { color: rgb(109,128,43); }
H1.HeaderClassName
{
color: #6D802B;
}
.AnyTagClassName
{
color: #6D802B;
}
</style>
background-color css
<style>
a { background-color: #6D802B; }
a { background-color: rgb(109,128,43); }
div.DivClassName
{
background-color: #6D802B;
}
.BgClassName
{
background-color: #6D802B;
}
</style>
border-color css
<style>
span { border-color: #6D802B; }
span { border-color: rgb(109,128,43); }
td.TdClassName
{
border-color: #6D802B;
}
.TagClassName
{
border-color: #6D802B;
}
</style>