Shades of Olive Drab #6B9209
Tints of Olive Drab #6B9209
RGB
CMYK
RGB Variations
Color information
#6B9209 (or 0x6B9209) is known color: Olive Drab. HEX triplet: 6B, 92 and 09. RGB value is (107,146,9). Sum of RGB (Red+Green+Blue) = 107+146+9=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9209 is #946DF6. Grayscale: #777777. Windows color (decimal): -9727479 or 627307. OLE color: 627307.
HSL color Cylindrical-coordinate representation of color #6B9209: hue angle of 77.08º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B9209 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 9 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.43 |
| HSL | 77.08º | 0.88% | 0.3% | - |
| HSV(B) | 77.08º | 0.94% | 0.57% | - |
| XYZ | 16.39 | 23.7 | 3.97 | - |
| YUV | 118.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 9 | 0.27 | 0 | 0.94 | 0.43 | 77.08 | 0.88 | 0.3 |
| Hex | 6B | 92 | 9 | 1B | 0 | 5E | 2B | 4D | 58 | 1E |
| Octal | 153 | 222 | 11 | 33 | 0 | 136 | 53 | 115 | 130 | 36 |
| Binary | 1101011 | 10010010 | 1001 | 11011 | 0 | 1011110 | 101011 | 1001101 | 1011000 | 11110 |
Color Harmonies of #6B9209
Complementary color
Monochromatic Colors of #6B9209
Black with #6B9209
Text Example
Text Example
White with #6B9209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9209; }
p { color: rgb(107,146,9); }
H1.HeaderClassName
{
color: #6B9209;
}
.AnyTagClassName
{
color: #6B9209;
}
</style>
background-color css
<style>
a { background-color: #6B9209; }
a { background-color: rgb(107,146,9); }
div.DivClassName
{
background-color: #6B9209;
}
.BgClassName
{
background-color: #6B9209;
}
</style>
border-color css
<style>
span { border-color: #6B9209; }
span { border-color: rgb(107,146,9); }
td.TdClassName
{
border-color: #6B9209;
}
.TagClassName
{
border-color: #6B9209;
}
</style>