Shades of Olive #6D7C04
Tints of Olive #6D7C04
RGB
CMYK
RGB Variations
Color information
#6D7C04 (or 0x6D7C04) is known color: Olive. HEX triplet: 6D, 7C and 04. RGB value is (109,124,4). Sum of RGB (Red+Green+Blue) = 109+124+4=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7C04 is #9283FB. Grayscale: #6A6A6A. Windows color (decimal): -9602044 or 293997. OLE color: 293997.
HSL color Cylindrical-coordinate representation of color #6D7C04: hue angle of 67.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D7C04 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 124 | 4 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.51 |
| HSL | 67.5º | 0.94% | 0.25% | - |
| HSV(B) | 67.5º | 0.97% | 0.49% | - |
| XYZ | 13.54 | 17.68 | 2.81 | - |
| YUV | 105.84 | 70.53 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 124 | 4 | 0.12 | 0 | 0.97 | 0.51 | 67.5 | 0.94 | 0.25 |
| Hex | 6D | 7C | 4 | C | 0 | 61 | 33 | 44 | 5E | 19 |
| Octal | 155 | 174 | 4 | 14 | 0 | 141 | 63 | 104 | 136 | 31 |
| Binary | 1101101 | 1111100 | 100 | 1100 | 0 | 1100001 | 110011 | 1000100 | 1011110 | 11001 |
Color Harmonies of #6D7C04
Complementary color
Monochromatic Colors of #6D7C04
Black with #6D7C04
Text Example
Text Example
White with #6D7C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7C04; }
p { color: rgb(109,124,4); }
H1.HeaderClassName
{
color: #6D7C04;
}
.AnyTagClassName
{
color: #6D7C04;
}
</style>
background-color css
<style>
a { background-color: #6D7C04; }
a { background-color: rgb(109,124,4); }
div.DivClassName
{
background-color: #6D7C04;
}
.BgClassName
{
background-color: #6D7C04;
}
</style>
border-color css
<style>
span { border-color: #6D7C04; }
span { border-color: rgb(109,124,4); }
td.TdClassName
{
border-color: #6D7C04;
}
.TagClassName
{
border-color: #6D7C04;
}
</style>