Shades of Olive #6D6D04
Tints of Olive #6D6D04
RGB
CMYK
RGB Variations
Color information
#6D6D04 (or 0x6D6D04) is known color: Olive. HEX triplet: 6D, 6D and 04. RGB value is (109,109,4). Sum of RGB (Red+Green+Blue) = 109+109+4=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6D04 is #9292FB. Grayscale: #616161. Windows color (decimal): -9605884 or 290157. OLE color: 290157.
HSL color Cylindrical-coordinate representation of color #6D6D04: hue angle of 60º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D6D04 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 109 | 4 | - |
| CMYK | 0 | 0 | 0.96 | 0.57 |
| HSL | 60º | 0.93% | 0.22% | - |
| HSV(B) | 60º | 0.96% | 0.43% | - |
| XYZ | 11.8 | 14.2 | 2.23 | - |
| YUV | 97.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 4 | 0 | 0 | 0.96 | 0.57 | 60 | 0.93 | 0.22 |
| Hex | 6D | 6D | 4 | 0 | 0 | 60 | 39 | 3C | 5D | 16 |
| Octal | 155 | 155 | 4 | 0 | 0 | 140 | 71 | 74 | 135 | 26 |
| Binary | 1101101 | 1101101 | 100 | 0 | 0 | 1100000 | 111001 | 111100 | 1011101 | 10110 |
Color Harmonies of #6D6D04
Complementary color
Monochromatic Colors of #6D6D04
Black with #6D6D04
Text Example
Text Example
White with #6D6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6D04; }
p { color: rgb(109,109,4); }
H1.HeaderClassName
{
color: #6D6D04;
}
.AnyTagClassName
{
color: #6D6D04;
}
</style>
background-color css
<style>
a { background-color: #6D6D04; }
a { background-color: rgb(109,109,4); }
div.DivClassName
{
background-color: #6D6D04;
}
.BgClassName
{
background-color: #6D6D04;
}
</style>
border-color css
<style>
span { border-color: #6D6D04; }
span { border-color: rgb(109,109,4); }
td.TdClassName
{
border-color: #6D6D04;
}
.TagClassName
{
border-color: #6D6D04;
}
</style>