Shades of Olive #6A6D06
Tints of Olive #6A6D06
RGB
CMYK
RGB Variations
Color information
#6A6D06 (or 0x6A6D06) is known color: Olive. HEX triplet: 6A, 6D and 06. RGB value is (106,109,6). Sum of RGB (Red+Green+Blue) = 106+109+6=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6D06 is #9592F9. Grayscale: #606060. Windows color (decimal): -9802490 or 421226. OLE color: 421226.
HSL color Cylindrical-coordinate representation of color #6A6D06: hue angle of 61.75º 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 #6A6D06 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 6 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.57 |
| HSL | 61.75º | 0.9% | 0.23% | - |
| HSV(B) | 61.75º | 0.94% | 0.43% | - |
| XYZ | 11.45 | 14.01 | 2.27 | - |
| YUV | 96.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 6 | 0.03 | 0 | 0.94 | 0.57 | 61.75 | 0.9 | 0.23 |
| Hex | 6A | 6D | 6 | 3 | 0 | 5E | 39 | 3E | 5A | 17 |
| Octal | 152 | 155 | 6 | 3 | 0 | 136 | 71 | 76 | 132 | 27 |
| Binary | 1101010 | 1101101 | 110 | 11 | 0 | 1011110 | 111001 | 111110 | 1011010 | 10111 |
Color Harmonies of #6A6D06
Complementary color
Monochromatic Colors of #6A6D06
Black with #6A6D06
Text Example
Text Example
White with #6A6D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D06; }
p { color: rgb(106,109,6); }
H1.HeaderClassName
{
color: #6A6D06;
}
.AnyTagClassName
{
color: #6A6D06;
}
</style>
background-color css
<style>
a { background-color: #6A6D06; }
a { background-color: rgb(106,109,6); }
div.DivClassName
{
background-color: #6A6D06;
}
.BgClassName
{
background-color: #6A6D06;
}
</style>
border-color css
<style>
span { border-color: #6A6D06; }
span { border-color: rgb(106,109,6); }
td.TdClassName
{
border-color: #6A6D06;
}
.TagClassName
{
border-color: #6A6D06;
}
</style>