Shades of Olive #6D8104
Tints of Olive #6D8104
RGB
CMYK
RGB Variations
Color information
#6D8104 (or 0x6D8104) is known color: Olive. HEX triplet: 6D, 81 and 04. RGB value is (109,129,4). Sum of RGB (Red+Green+Blue) = 109+129+4=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8104 is #927EFB. Grayscale: #6D6D6D. Windows color (decimal): -9600764 or 295277. OLE color: 295277.
HSL color Cylindrical-coordinate representation of color #6D8104: hue angle of 69.6º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D8104 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 4 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.49 |
| HSL | 69.6º | 0.94% | 0.26% | - |
| HSV(B) | 69.6º | 0.97% | 0.51% | - |
| XYZ | 14.18 | 18.96 | 3.03 | - |
| YUV | 108.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 4 | 0.16 | 0 | 0.97 | 0.49 | 69.6 | 0.94 | 0.26 |
| Hex | 6D | 81 | 4 | 10 | 0 | 61 | 31 | 46 | 5E | 1A |
| Octal | 155 | 201 | 4 | 20 | 0 | 141 | 61 | 106 | 136 | 32 |
| Binary | 1101101 | 10000001 | 100 | 10000 | 0 | 1100001 | 110001 | 1000110 | 1011110 | 11010 |
Color Harmonies of #6D8104
Complementary color
Monochromatic Colors of #6D8104
Black with #6D8104
Text Example
Text Example
White with #6D8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8104; }
p { color: rgb(109,129,4); }
H1.HeaderClassName
{
color: #6D8104;
}
.AnyTagClassName
{
color: #6D8104;
}
</style>
background-color css
<style>
a { background-color: #6D8104; }
a { background-color: rgb(109,129,4); }
div.DivClassName
{
background-color: #6D8104;
}
.BgClassName
{
background-color: #6D8104;
}
</style>
border-color css
<style>
span { border-color: #6D8104; }
span { border-color: rgb(109,129,4); }
td.TdClassName
{
border-color: #6D8104;
}
.TagClassName
{
border-color: #6D8104;
}
</style>