Shades of Olive Drab #6A8312
Tints of Olive Drab #6A8312
RGB
CMYK
RGB Variations
Color information
#6A8312 (or 0x6A8312) is known color: Olive Drab. HEX triplet: 6A, 83 and 12. RGB value is (106,131,18). Sum of RGB (Red+Green+Blue) = 106+131+18=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8312 is #957CED. Grayscale: #6F6F6F. Windows color (decimal): -9796846 or 1213290. OLE color: 1213290.
HSL color Cylindrical-coordinate representation of color #6A8312: hue angle of 73.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A8312 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 131 | 18 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.49 |
| HSL | 73.27º | 0.76% | 0.29% | - |
| HSV(B) | 73.27º | 0.86% | 0.51% | - |
| XYZ | 14.17 | 19.34 | 3.56 | - |
| YUV | 110.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 18 | 0.19 | 0 | 0.86 | 0.49 | 73.27 | 0.76 | 0.29 |
| Hex | 6A | 83 | 12 | 13 | 0 | 56 | 31 | 49 | 4C | 1D |
| Octal | 152 | 203 | 22 | 23 | 0 | 126 | 61 | 111 | 114 | 35 |
| Binary | 1101010 | 10000011 | 10010 | 10011 | 0 | 1010110 | 110001 | 1001001 | 1001100 | 11101 |
Color Harmonies of #6A8312
Complementary color
Monochromatic Colors of #6A8312
Black with #6A8312
Text Example
Text Example
White with #6A8312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8312; }
p { color: rgb(106,131,18); }
H1.HeaderClassName
{
color: #6A8312;
}
.AnyTagClassName
{
color: #6A8312;
}
</style>
background-color css
<style>
a { background-color: #6A8312; }
a { background-color: rgb(106,131,18); }
div.DivClassName
{
background-color: #6A8312;
}
.BgClassName
{
background-color: #6A8312;
}
</style>
border-color css
<style>
span { border-color: #6A8312; }
span { border-color: rgb(106,131,18); }
td.TdClassName
{
border-color: #6A8312;
}
.TagClassName
{
border-color: #6A8312;
}
</style>