Shades of Olive #6D6700
Tints of Olive #6D6700
RGB
CMYK
RGB Variations
Color information
#6D6700 (or 0x6D6700) is known color: Olive. HEX triplet: 6D, 67 and 00. RGB value is (109,103,0). Sum of RGB (Red+Green+Blue) = 109+103+0=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6700 is #9298FF. Grayscale: #5D5D5D. Windows color (decimal): -9607424 or 26477. OLE color: 26477.
HSL color Cylindrical-coordinate representation of color #6D6700: hue angle of 56.7º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D6700 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.57 |
| HSL | 56.7º | 1% | 0.21% | - |
| HSV(B) | 56.7º | 1% | 0.43% | - |
| XYZ | 11.16 | 12.95 | 1.91 | - |
| YUV | 93.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 0 | 0 | 0.06 | 1 | 0.57 | 56.7 | 1 | 0.21 |
| Hex | 6D | 67 | 0 | 0 | 6 | 64 | 39 | 39 | 64 | 15 |
| Octal | 155 | 147 | 0 | 0 | 6 | 144 | 71 | 71 | 144 | 25 |
| Binary | 1101101 | 1100111 | 0 | 0 | 110 | 1100100 | 111001 | 111001 | 1100100 | 10101 |
Color Harmonies of #6D6700
Complementary color
Monochromatic Colors of #6D6700
Black with #6D6700
Text Example
Text Example
White with #6D6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6700; }
p { color: rgb(109,103,0); }
H1.HeaderClassName
{
color: #6D6700;
}
.AnyTagClassName
{
color: #6D6700;
}
</style>
background-color css
<style>
a { background-color: #6D6700; }
a { background-color: rgb(109,103,0); }
div.DivClassName
{
background-color: #6D6700;
}
.BgClassName
{
background-color: #6D6700;
}
</style>
border-color css
<style>
span { border-color: #6D6700; }
span { border-color: rgb(109,103,0); }
td.TdClassName
{
border-color: #6D6700;
}
.TagClassName
{
border-color: #6D6700;
}
</style>