Shades of Olive #6D800D
Tints of Olive #6D800D
RGB
CMYK
RGB Variations
Color information
#6D800D (or 0x6D800D) is known color: Olive. HEX triplet: 6D, 80 and 0D. RGB value is (109,128,13). Sum of RGB (Red+Green+Blue) = 109+128+13=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #6D800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D800D is #927FF2. Grayscale: #6D6D6D. Windows color (decimal): -9601011 or 884845. OLE color: 884845.
HSL color Cylindrical-coordinate representation of color #6D800D: hue angle of 69.91º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D800D is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 13 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.50 |
| HSL | 69.91º | 0.82% | 0.28% | - |
| HSV(B) | 69.91º | 0.9% | 0.5% | - |
| XYZ | 14.1 | 18.72 | 3.25 | - |
| YUV | 109.21 | 73.71 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 13 | 0.15 | 0 | 0.90 | 0.50 | 69.91 | 0.82 | 0.28 |
| Hex | 6D | 80 | D | F | 0 | 5A | 32 | 46 | 52 | 1C |
| Octal | 155 | 200 | 15 | 17 | 0 | 132 | 62 | 106 | 122 | 34 |
| Binary | 1101101 | 10000000 | 1101 | 1111 | 0 | 1011010 | 110010 | 1000110 | 1010010 | 11100 |
Color Harmonies of #6D800D
Complementary color
Monochromatic Colors of #6D800D
Black with #6D800D
Text Example
Text Example
White with #6D800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D800D; }
p { color: rgb(109,128,13); }
H1.HeaderClassName
{
color: #6D800D;
}
.AnyTagClassName
{
color: #6D800D;
}
</style>
background-color css
<style>
a { background-color: #6D800D; }
a { background-color: rgb(109,128,13); }
div.DivClassName
{
background-color: #6D800D;
}
.BgClassName
{
background-color: #6D800D;
}
</style>
border-color css
<style>
span { border-color: #6D800D; }
span { border-color: rgb(109,128,13); }
td.TdClassName
{
border-color: #6D800D;
}
.TagClassName
{
border-color: #6D800D;
}
</style>