Shades of Olive Drab #6A8115
Tints of Olive Drab #6A8115
RGB
CMYK
RGB Variations
Color information
#6A8115 (or 0x6A8115) is known color: Olive Drab. HEX triplet: 6A, 81 and 15. RGB value is (106,129,21). Sum of RGB (Red+Green+Blue) = 106+129+21=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8115 is #957EEA. Grayscale: #6E6E6E. Windows color (decimal): -9797355 or 1409386. OLE color: 1409386.
HSL color Cylindrical-coordinate representation of color #6A8115: hue angle of 72.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A8115 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 129 | 21 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.49 |
| HSL | 72.78º | 0.72% | 0.29% | - |
| HSV(B) | 72.78º | 0.84% | 0.51% | - |
| XYZ | 13.93 | 18.82 | 3.61 | - |
| YUV | 109.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 129 | 21 | 0.18 | 0 | 0.84 | 0.49 | 72.78 | 0.72 | 0.29 |
| Hex | 6A | 81 | 15 | 12 | 0 | 54 | 31 | 49 | 48 | 1D |
| Octal | 152 | 201 | 25 | 22 | 0 | 124 | 61 | 111 | 110 | 35 |
| Binary | 1101010 | 10000001 | 10101 | 10010 | 0 | 1010100 | 110001 | 1001001 | 1001000 | 11101 |
Color Harmonies of #6A8115
Complementary color
Monochromatic Colors of #6A8115
Black with #6A8115
Text Example
Text Example
White with #6A8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8115; }
p { color: rgb(106,129,21); }
H1.HeaderClassName
{
color: #6A8115;
}
.AnyTagClassName
{
color: #6A8115;
}
</style>
background-color css
<style>
a { background-color: #6A8115; }
a { background-color: rgb(106,129,21); }
div.DivClassName
{
background-color: #6A8115;
}
.BgClassName
{
background-color: #6A8115;
}
</style>
border-color css
<style>
span { border-color: #6A8115; }
span { border-color: rgb(106,129,21); }
td.TdClassName
{
border-color: #6A8115;
}
.TagClassName
{
border-color: #6A8115;
}
</style>