Shades of Olive Drab #6C852A
Tints of Olive Drab #6C852A
RGB
CMYK
RGB Variations
Color information
#6C852A (or 0x6C852A) is known color: Olive Drab. HEX triplet: 6C, 85 and 2A. RGB value is (108,133,42). Sum of RGB (Red+Green+Blue) = 108+133+42=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #6C852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C852A is #937AD5. Grayscale: #737373. Windows color (decimal): -9665238 or 2786668. OLE color: 2786668.
HSL color Cylindrical-coordinate representation of color #6C852A: hue angle of 76.48º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C852A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 42 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.48 |
| HSL | 76.48º | 0.52% | 0.34% | - |
| HSV(B) | 76.48º | 0.68% | 0.52% | - |
| XYZ | 14.99 | 20.13 | 5.29 | - |
| YUV | 115.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 42 | 0.19 | 0 | 0.68 | 0.48 | 76.48 | 0.52 | 0.34 |
| Hex | 6C | 85 | 2A | 13 | 0 | 44 | 30 | 4C | 34 | 22 |
| Octal | 154 | 205 | 52 | 23 | 0 | 104 | 60 | 114 | 64 | 42 |
| Binary | 1101100 | 10000101 | 101010 | 10011 | 0 | 1000100 | 110000 | 1001100 | 110100 | 100010 |
Color Harmonies of #6C852A
Complementary color
Monochromatic Colors of #6C852A
Black with #6C852A
Text Example
Text Example
White with #6C852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C852A; }
p { color: rgb(108,133,42); }
H1.HeaderClassName
{
color: #6C852A;
}
.AnyTagClassName
{
color: #6C852A;
}
</style>
background-color css
<style>
a { background-color: #6C852A; }
a { background-color: rgb(108,133,42); }
div.DivClassName
{
background-color: #6C852A;
}
.BgClassName
{
background-color: #6C852A;
}
</style>
border-color css
<style>
span { border-color: #6C852A; }
span { border-color: rgb(108,133,42); }
td.TdClassName
{
border-color: #6C852A;
}
.TagClassName
{
border-color: #6C852A;
}
</style>