Shades of Olive Drab #6C9309
Tints of Olive Drab #6C9309
RGB
CMYK
RGB Variations
Color information
#6C9309 (or 0x6C9309) is known color: Olive Drab. HEX triplet: 6C, 93 and 09. RGB value is (108,147,9). Sum of RGB (Red+Green+Blue) = 108+147+9=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9309 is #936CF6. Grayscale: #787878. Windows color (decimal): -9661687 or 627564. OLE color: 627564.
HSL color Cylindrical-coordinate representation of color #6C9309: hue angle of 76.96º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C9309 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 9 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.42 |
| HSL | 76.96º | 0.88% | 0.31% | - |
| HSV(B) | 76.96º | 0.94% | 0.58% | - |
| XYZ | 16.67 | 24.08 | 4.03 | - |
| YUV | 119.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 9 | 0.27 | 0 | 0.94 | 0.42 | 76.96 | 0.88 | 0.31 |
| Hex | 6C | 93 | 9 | 1B | 0 | 5E | 2A | 4D | 58 | 1F |
| Octal | 154 | 223 | 11 | 33 | 0 | 136 | 52 | 115 | 130 | 37 |
| Binary | 1101100 | 10010011 | 1001 | 11011 | 0 | 1011110 | 101010 | 1001101 | 1011000 | 11111 |
Color Harmonies of #6C9309
Complementary color
Monochromatic Colors of #6C9309
Black with #6C9309
Text Example
Text Example
White with #6C9309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9309; }
p { color: rgb(108,147,9); }
H1.HeaderClassName
{
color: #6C9309;
}
.AnyTagClassName
{
color: #6C9309;
}
</style>
background-color css
<style>
a { background-color: #6C9309; }
a { background-color: rgb(108,147,9); }
div.DivClassName
{
background-color: #6C9309;
}
.BgClassName
{
background-color: #6C9309;
}
</style>
border-color css
<style>
span { border-color: #6C9309; }
span { border-color: rgb(108,147,9); }
td.TdClassName
{
border-color: #6C9309;
}
.TagClassName
{
border-color: #6C9309;
}
</style>