Shades of Olive #6D6306
Tints of Olive #6D6306
RGB
CMYK
RGB Variations
Color information
#6D6306 (or 0x6D6306) is known color: Olive. HEX triplet: 6D, 63 and 06. RGB value is (109,99,6). Sum of RGB (Red+Green+Blue) = 109+99+6=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6306 is #929CF9. Grayscale: #5B5B5B. Windows color (decimal): -9608442 or 418669. OLE color: 418669.
HSL color Cylindrical-coordinate representation of color #6D6306: hue angle of 54.17º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D6306 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 6 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.57 |
| HSL | 54.17º | 0.9% | 0.23% | - |
| HSV(B) | 54.17º | 0.94% | 0.43% | - |
| XYZ | 10.8 | 12.19 | 1.96 | - |
| YUV | 91.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 6 | 0 | 0.09 | 0.94 | 0.57 | 54.17 | 0.9 | 0.23 |
| Hex | 6D | 63 | 6 | 0 | 9 | 5E | 39 | 36 | 5A | 17 |
| Octal | 155 | 143 | 6 | 0 | 11 | 136 | 71 | 66 | 132 | 27 |
| Binary | 1101101 | 1100011 | 110 | 0 | 1001 | 1011110 | 111001 | 110110 | 1011010 | 10111 |
Color Harmonies of #6D6306
Complementary color
Monochromatic Colors of #6D6306
Black with #6D6306
Text Example
Text Example
White with #6D6306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6306; }
p { color: rgb(109,99,6); }
H1.HeaderClassName
{
color: #6D6306;
}
.AnyTagClassName
{
color: #6D6306;
}
</style>
background-color css
<style>
a { background-color: #6D6306; }
a { background-color: rgb(109,99,6); }
div.DivClassName
{
background-color: #6D6306;
}
.BgClassName
{
background-color: #6D6306;
}
</style>
border-color css
<style>
span { border-color: #6D6306; }
span { border-color: rgb(109,99,6); }
td.TdClassName
{
border-color: #6D6306;
}
.TagClassName
{
border-color: #6D6306;
}
</style>