Shades of Olive Drab #6A852B
Tints of Olive Drab #6A852B
RGB
CMYK
RGB Variations
Color information
#6A852B (or 0x6A852B) is known color: Olive Drab. HEX triplet: 6A, 85 and 2B. RGB value is (106,133,43). Sum of RGB (Red+Green+Blue) = 106+133+43=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #6A852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A852B is #957AD4. Grayscale: #737373. Windows color (decimal): -9796309 or 2852202. OLE color: 2852202.
HSL color Cylindrical-coordinate representation of color #6A852B: hue angle of 78º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A852B is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 43 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.48 |
| HSL | 78º | 0.51% | 0.35% | - |
| HSV(B) | 78º | 0.68% | 0.52% | - |
| XYZ | 14.77 | 20.01 | 5.37 | - |
| YUV | 114.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 43 | 0.20 | 0 | 0.68 | 0.48 | 78 | 0.51 | 0.35 |
| Hex | 6A | 85 | 2B | 14 | 0 | 44 | 30 | 4E | 33 | 23 |
| Octal | 152 | 205 | 53 | 24 | 0 | 104 | 60 | 116 | 63 | 43 |
| Binary | 1101010 | 10000101 | 101011 | 10100 | 0 | 1000100 | 110000 | 1001110 | 110011 | 100011 |
Color Harmonies of #6A852B
Complementary color
Monochromatic Colors of #6A852B
Black with #6A852B
Text Example
Text Example
White with #6A852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A852B; }
p { color: rgb(106,133,43); }
H1.HeaderClassName
{
color: #6A852B;
}
.AnyTagClassName
{
color: #6A852B;
}
</style>
background-color css
<style>
a { background-color: #6A852B; }
a { background-color: rgb(106,133,43); }
div.DivClassName
{
background-color: #6A852B;
}
.BgClassName
{
background-color: #6A852B;
}
</style>
border-color css
<style>
span { border-color: #6A852B; }
span { border-color: rgb(106,133,43); }
td.TdClassName
{
border-color: #6A852B;
}
.TagClassName
{
border-color: #6A852B;
}
</style>