Shades of Olive #6B7209
Tints of Olive #6B7209
RGB
CMYK
RGB Variations
Color information
#6B7209 (or 0x6B7209) is known color: Olive. HEX triplet: 6B, 72 and 09. RGB value is (107,114,9). Sum of RGB (Red+Green+Blue) = 107+114+9=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7209 is #948DF6. Grayscale: #646464. Windows color (decimal): -9735671 or 619115. OLE color: 619115.
HSL color Cylindrical-coordinate representation of color #6B7209: hue angle of 64º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B7209 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 9 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.55 |
| HSL | 64º | 0.85% | 0.24% | - |
| HSV(B) | 64º | 0.92% | 0.45% | - |
| XYZ | 12.13 | 15.18 | 2.55 | - |
| YUV | 99.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 9 | 0.06 | 0 | 0.92 | 0.55 | 64 | 0.85 | 0.24 |
| Hex | 6B | 72 | 9 | 6 | 0 | 5C | 37 | 40 | 55 | 18 |
| Octal | 153 | 162 | 11 | 6 | 0 | 134 | 67 | 100 | 125 | 30 |
| Binary | 1101011 | 1110010 | 1001 | 110 | 0 | 1011100 | 110111 | 1000000 | 1010101 | 11000 |
Color Harmonies of #6B7209
Complementary color
Monochromatic Colors of #6B7209
Black with #6B7209
Text Example
Text Example
White with #6B7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7209; }
p { color: rgb(107,114,9); }
H1.HeaderClassName
{
color: #6B7209;
}
.AnyTagClassName
{
color: #6B7209;
}
</style>
background-color css
<style>
a { background-color: #6B7209; }
a { background-color: rgb(107,114,9); }
div.DivClassName
{
background-color: #6B7209;
}
.BgClassName
{
background-color: #6B7209;
}
</style>
border-color css
<style>
span { border-color: #6B7209; }
span { border-color: rgb(107,114,9); }
td.TdClassName
{
border-color: #6B7209;
}
.TagClassName
{
border-color: #6B7209;
}
</style>