Shades of Olive Drab #6A852C
Tints of Olive Drab #6A852C
RGB
CMYK
RGB Variations
Color information
#6A852C (or 0x6A852C) is known color: Olive Drab. HEX triplet: 6A, 85 and 2C. RGB value is (106,133,44). Sum of RGB (Red+Green+Blue) = 106+133+44=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #6A852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A852C is #957AD3. Grayscale: #737373. Windows color (decimal): -9796308 or 2917738. OLE color: 2917738.
HSL color Cylindrical-coordinate representation of color #6A852C: hue angle of 78.2º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A852C is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 44 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.48 |
| HSL | 78.2º | 0.5% | 0.35% | - |
| HSV(B) | 78.2º | 0.67% | 0.52% | - |
| XYZ | 14.79 | 20.02 | 5.47 | - |
| YUV | 114.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 44 | 0.20 | 0 | 0.67 | 0.48 | 78.2 | 0.5 | 0.35 |
| Hex | 6A | 85 | 2C | 14 | 0 | 43 | 30 | 4E | 32 | 23 |
| Octal | 152 | 205 | 54 | 24 | 0 | 103 | 60 | 116 | 62 | 43 |
| Binary | 1101010 | 10000101 | 101100 | 10100 | 0 | 1000011 | 110000 | 1001110 | 110010 | 100011 |
Color Harmonies of #6A852C
Complementary color
Monochromatic Colors of #6A852C
Black with #6A852C
Text Example
Text Example
White with #6A852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A852C; }
p { color: rgb(106,133,44); }
H1.HeaderClassName
{
color: #6A852C;
}
.AnyTagClassName
{
color: #6A852C;
}
</style>
background-color css
<style>
a { background-color: #6A852C; }
a { background-color: rgb(106,133,44); }
div.DivClassName
{
background-color: #6A852C;
}
.BgClassName
{
background-color: #6A852C;
}
</style>
border-color css
<style>
span { border-color: #6A852C; }
span { border-color: rgb(106,133,44); }
td.TdClassName
{
border-color: #6A852C;
}
.TagClassName
{
border-color: #6A852C;
}
</style>