Shades of Olive #6C8409
Tints of Olive #6C8409
RGB
CMYK
RGB Variations
Color information
#6C8409 (or 0x6C8409) is known color: Olive. HEX triplet: 6C, 84 and 09. RGB value is (108,132,9). Sum of RGB (Red+Green+Blue) = 108+132+9=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8409 is #937BF6. Grayscale: #6F6F6F. Windows color (decimal): -9665527 or 623724. OLE color: 623724.
HSL color Cylindrical-coordinate representation of color #6C8409: hue angle of 71.71º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C8409 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 9 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.48 |
| HSL | 71.71º | 0.87% | 0.28% | - |
| HSV(B) | 71.71º | 0.93% | 0.52% | - |
| XYZ | 14.48 | 19.71 | 3.3 | - |
| YUV | 110.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 9 | 0.18 | 0 | 0.93 | 0.48 | 71.71 | 0.87 | 0.28 |
| Hex | 6C | 84 | 9 | 12 | 0 | 5D | 30 | 48 | 57 | 1C |
| Octal | 154 | 204 | 11 | 22 | 0 | 135 | 60 | 110 | 127 | 34 |
| Binary | 1101100 | 10000100 | 1001 | 10010 | 0 | 1011101 | 110000 | 1001000 | 1010111 | 11100 |
Color Harmonies of #6C8409
Complementary color
Monochromatic Colors of #6C8409
Black with #6C8409
Text Example
Text Example
White with #6C8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8409; }
p { color: rgb(108,132,9); }
H1.HeaderClassName
{
color: #6C8409;
}
.AnyTagClassName
{
color: #6C8409;
}
</style>
background-color css
<style>
a { background-color: #6C8409; }
a { background-color: rgb(108,132,9); }
div.DivClassName
{
background-color: #6C8409;
}
.BgClassName
{
background-color: #6C8409;
}
</style>
border-color css
<style>
span { border-color: #6C8409; }
span { border-color: rgb(108,132,9); }
td.TdClassName
{
border-color: #6C8409;
}
.TagClassName
{
border-color: #6C8409;
}
</style>