Shades of Olive Drab #6C8528
Tints of Olive Drab #6C8528
RGB
CMYK
RGB Variations
Color information
#6C8528 (or 0x6C8528) is known color: Olive Drab. HEX triplet: 6C, 85 and 28. RGB value is (108,133,40). Sum of RGB (Red+Green+Blue) = 108+133+40=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8528 is #937AD7. Grayscale: #737373. Windows color (decimal): -9665240 or 2655596. OLE color: 2655596.
HSL color Cylindrical-coordinate representation of color #6C8528: hue angle of 76.13º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C8528 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 40 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.48 |
| HSL | 76.13º | 0.54% | 0.34% | - |
| HSV(B) | 76.13º | 0.7% | 0.52% | - |
| XYZ | 14.95 | 20.12 | 5.1 | - |
| YUV | 114.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 40 | 0.19 | 0 | 0.70 | 0.48 | 76.13 | 0.54 | 0.34 |
| Hex | 6C | 85 | 28 | 13 | 0 | 46 | 30 | 4C | 36 | 22 |
| Octal | 154 | 205 | 50 | 23 | 0 | 106 | 60 | 114 | 66 | 42 |
| Binary | 1101100 | 10000101 | 101000 | 10011 | 0 | 1000110 | 110000 | 1001100 | 110110 | 100010 |
Color Harmonies of #6C8528
Complementary color
Monochromatic Colors of #6C8528
Black with #6C8528
Text Example
Text Example
White with #6C8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8528; }
p { color: rgb(108,133,40); }
H1.HeaderClassName
{
color: #6C8528;
}
.AnyTagClassName
{
color: #6C8528;
}
</style>
background-color css
<style>
a { background-color: #6C8528; }
a { background-color: rgb(108,133,40); }
div.DivClassName
{
background-color: #6C8528;
}
.BgClassName
{
background-color: #6C8528;
}
</style>
border-color css
<style>
span { border-color: #6C8528; }
span { border-color: rgb(108,133,40); }
td.TdClassName
{
border-color: #6C8528;
}
.TagClassName
{
border-color: #6C8528;
}
</style>