Shades of Olive Drab #6C8534
Tints of Olive Drab #6C8534
RGB
CMYK
RGB Variations
Color information
#6C8534 (or 0x6C8534) is known color: Olive Drab. HEX triplet: 6C, 85 and 34. RGB value is (108,133,52). Sum of RGB (Red+Green+Blue) = 108+133+52=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8534 is #937ACB. Grayscale: #747474. Windows color (decimal): -9665228 or 3442028. OLE color: 3442028.
HSL color Cylindrical-coordinate representation of color #6C8534: hue angle of 78.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C8534 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 52 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.48 |
| HSL | 78.52º | 0.44% | 0.36% | - |
| HSV(B) | 78.52º | 0.61% | 0.52% | - |
| XYZ | 15.19 | 20.21 | 6.35 | - |
| YUV | 116.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 52 | 0.19 | 0 | 0.61 | 0.48 | 78.52 | 0.44 | 0.36 |
| Hex | 6C | 85 | 34 | 13 | 0 | 3D | 30 | 4F | 2C | 24 |
| Octal | 154 | 205 | 64 | 23 | 0 | 75 | 60 | 117 | 54 | 44 |
| Binary | 1101100 | 10000101 | 110100 | 10011 | 0 | 111101 | 110000 | 1001111 | 101100 | 100100 |
Color Harmonies of #6C8534
Complementary color
Monochromatic Colors of #6C8534
Black with #6C8534
Text Example
Text Example
White with #6C8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8534; }
p { color: rgb(108,133,52); }
H1.HeaderClassName
{
color: #6C8534;
}
.AnyTagClassName
{
color: #6C8534;
}
</style>
background-color css
<style>
a { background-color: #6C8534; }
a { background-color: rgb(108,133,52); }
div.DivClassName
{
background-color: #6C8534;
}
.BgClassName
{
background-color: #6C8534;
}
</style>
border-color css
<style>
span { border-color: #6C8534; }
span { border-color: rgb(108,133,52); }
td.TdClassName
{
border-color: #6C8534;
}
.TagClassName
{
border-color: #6C8534;
}
</style>