Shades of Olive Drab #6A852D
Tints of Olive Drab #6A852D
RGB
CMYK
RGB Variations
Color information
#6A852D (or 0x6A852D) is known color: Olive Drab. HEX triplet: 6A, 85 and 2D. RGB value is (106,133,45). Sum of RGB (Red+Green+Blue) = 106+133+45=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #6A852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A852D is #957AD2. Grayscale: #737373. Windows color (decimal): -9796307 or 2983274. OLE color: 2983274.
HSL color Cylindrical-coordinate representation of color #6A852D: hue angle of 78.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A852D is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 45 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.48 |
| HSL | 78.41º | 0.49% | 0.35% | - |
| HSV(B) | 78.41º | 0.66% | 0.52% | - |
| XYZ | 14.81 | 20.03 | 5.57 | - |
| YUV | 114.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 45 | 0.20 | 0 | 0.66 | 0.48 | 78.41 | 0.49 | 0.35 |
| Hex | 6A | 85 | 2D | 14 | 0 | 42 | 30 | 4E | 31 | 23 |
| Octal | 152 | 205 | 55 | 24 | 0 | 102 | 60 | 116 | 61 | 43 |
| Binary | 1101010 | 10000101 | 101101 | 10100 | 0 | 1000010 | 110000 | 1001110 | 110001 | 100011 |
Color Harmonies of #6A852D
Complementary color
Monochromatic Colors of #6A852D
Black with #6A852D
Text Example
Text Example
White with #6A852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A852D; }
p { color: rgb(106,133,45); }
H1.HeaderClassName
{
color: #6A852D;
}
.AnyTagClassName
{
color: #6A852D;
}
</style>
background-color css
<style>
a { background-color: #6A852D; }
a { background-color: rgb(106,133,45); }
div.DivClassName
{
background-color: #6A852D;
}
.BgClassName
{
background-color: #6A852D;
}
</style>
border-color css
<style>
span { border-color: #6A852D; }
span { border-color: rgb(106,133,45); }
td.TdClassName
{
border-color: #6A852D;
}
.TagClassName
{
border-color: #6A852D;
}
</style>