Shades of Olive Drab #6C9409
Tints of Olive Drab #6C9409
RGB
CMYK
RGB Variations
Color information
#6C9409 (or 0x6C9409) is known color: Olive Drab. HEX triplet: 6C, 94 and 09. RGB value is (108,148,9). Sum of RGB (Red+Green+Blue) = 108+148+9=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9409 is #936BF6. Grayscale: #787878. Windows color (decimal): -9661431 or 627820. OLE color: 627820.
HSL color Cylindrical-coordinate representation of color #6C9409: hue angle of 77.27º degrees, saturation: 0.89, 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 #6C9409 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 9 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.42 |
| HSL | 77.27º | 0.89% | 0.31% | - |
| HSV(B) | 77.27º | 0.94% | 0.58% | - |
| XYZ | 16.82 | 24.39 | 4.08 | - |
| YUV | 120.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 9 | 0.27 | 0 | 0.94 | 0.42 | 77.27 | 0.89 | 0.31 |
| Hex | 6C | 94 | 9 | 1B | 0 | 5E | 2A | 4D | 59 | 1F |
| Octal | 154 | 224 | 11 | 33 | 0 | 136 | 52 | 115 | 131 | 37 |
| Binary | 1101100 | 10010100 | 1001 | 11011 | 0 | 1011110 | 101010 | 1001101 | 1011001 | 11111 |
Color Harmonies of #6C9409
Complementary color
Monochromatic Colors of #6C9409
Black with #6C9409
Text Example
Text Example
White with #6C9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9409; }
p { color: rgb(108,148,9); }
H1.HeaderClassName
{
color: #6C9409;
}
.AnyTagClassName
{
color: #6C9409;
}
</style>
background-color css
<style>
a { background-color: #6C9409; }
a { background-color: rgb(108,148,9); }
div.DivClassName
{
background-color: #6C9409;
}
.BgClassName
{
background-color: #6C9409;
}
</style>
border-color css
<style>
span { border-color: #6C9409; }
span { border-color: rgb(108,148,9); }
td.TdClassName
{
border-color: #6C9409;
}
.TagClassName
{
border-color: #6C9409;
}
</style>