Shades of Olive Drab #6C8934
Tints of Olive Drab #6C8934
RGB
CMYK
RGB Variations
Color information
#6C8934 (or 0x6C8934) is known color: Olive Drab. HEX triplet: 6C, 89 and 34. RGB value is (108,137,52). Sum of RGB (Red+Green+Blue) = 108+137+52=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #6C8934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8934 is #9376CB. Grayscale: #767676. Windows color (decimal): -9664204 or 3443052. OLE color: 3443052.
HSL color Cylindrical-coordinate representation of color #6C8934: hue angle of 80.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C8934 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 52 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.46 |
| HSL | 80.47º | 0.45% | 0.37% | - |
| HSV(B) | 80.47º | 0.62% | 0.54% | - |
| XYZ | 15.75 | 21.33 | 6.54 | - |
| YUV | 118.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 52 | 0.21 | 0 | 0.62 | 0.46 | 80.47 | 0.45 | 0.37 |
| Hex | 6C | 89 | 34 | 15 | 0 | 3E | 2E | 50 | 2D | 25 |
| Octal | 154 | 211 | 64 | 25 | 0 | 76 | 56 | 120 | 55 | 45 |
| Binary | 1101100 | 10001001 | 110100 | 10101 | 0 | 111110 | 101110 | 1010000 | 101101 | 100101 |
Color Harmonies of #6C8934
Complementary color
Monochromatic Colors of #6C8934
Black with #6C8934
Text Example
Text Example
White with #6C8934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8934; }
p { color: rgb(108,137,52); }
H1.HeaderClassName
{
color: #6C8934;
}
.AnyTagClassName
{
color: #6C8934;
}
</style>
background-color css
<style>
a { background-color: #6C8934; }
a { background-color: rgb(108,137,52); }
div.DivClassName
{
background-color: #6C8934;
}
.BgClassName
{
background-color: #6C8934;
}
</style>
border-color css
<style>
span { border-color: #6C8934; }
span { border-color: rgb(108,137,52); }
td.TdClassName
{
border-color: #6C8934;
}
.TagClassName
{
border-color: #6C8934;
}
</style>