Shades of Olive Drab #6A8A15
Tints of Olive Drab #6A8A15
RGB
CMYK
RGB Variations
Color information
#6A8A15 (or 0x6A8A15) is known color: Olive Drab. HEX triplet: 6A, 8A and 15. RGB value is (106,138,21). Sum of RGB (Red+Green+Blue) = 106+138+21=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8A15 is #9575EA. Grayscale: #737373. Windows color (decimal): -9795051 or 1411690. OLE color: 1411690.
HSL color Cylindrical-coordinate representation of color #6A8A15: hue angle of 76.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A8A15 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 138 | 21 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.46 |
| HSL | 76.41º | 0.74% | 0.31% | - |
| HSV(B) | 76.41º | 0.85% | 0.54% | - |
| XYZ | 15.17 | 21.3 | 4.02 | - |
| YUV | 115.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 21 | 0.23 | 0 | 0.85 | 0.46 | 76.41 | 0.74 | 0.31 |
| Hex | 6A | 8A | 15 | 17 | 0 | 55 | 2E | 4C | 4A | 1F |
| Octal | 152 | 212 | 25 | 27 | 0 | 125 | 56 | 114 | 112 | 37 |
| Binary | 1101010 | 10001010 | 10101 | 10111 | 0 | 1010101 | 101110 | 1001100 | 1001010 | 11111 |
Color Harmonies of #6A8A15
Complementary color
Monochromatic Colors of #6A8A15
Black with #6A8A15
Text Example
Text Example
White with #6A8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A15; }
p { color: rgb(106,138,21); }
H1.HeaderClassName
{
color: #6A8A15;
}
.AnyTagClassName
{
color: #6A8A15;
}
</style>
background-color css
<style>
a { background-color: #6A8A15; }
a { background-color: rgb(106,138,21); }
div.DivClassName
{
background-color: #6A8A15;
}
.BgClassName
{
background-color: #6A8A15;
}
</style>
border-color css
<style>
span { border-color: #6A8A15; }
span { border-color: rgb(106,138,21); }
td.TdClassName
{
border-color: #6A8A15;
}
.TagClassName
{
border-color: #6A8A15;
}
</style>