Shades of Olive Drab #6F8A15
Tints of Olive Drab #6F8A15
RGB
CMYK
RGB Variations
Color information
#6F8A15 (or 0x6F8A15) is known color: Olive Drab. HEX triplet: 6F, 8A and 15. RGB value is (111,138,21). Sum of RGB (Red+Green+Blue) = 111+138+21=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8A15 is #9075EA. Grayscale: #757575. Windows color (decimal): -9467371 or 1411695. OLE color: 1411695.
HSL color Cylindrical-coordinate representation of color #6F8A15: hue angle of 73.85º 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 #6F8A15 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 21 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.46 |
| HSL | 73.85º | 0.74% | 0.31% | - |
| HSV(B) | 73.85º | 0.85% | 0.54% | - |
| XYZ | 15.78 | 21.61 | 4.05 | - |
| YUV | 116.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 21 | 0.20 | 0 | 0.85 | 0.46 | 73.85 | 0.74 | 0.31 |
| Hex | 6F | 8A | 15 | 14 | 0 | 55 | 2E | 4A | 4A | 1F |
| Octal | 157 | 212 | 25 | 24 | 0 | 125 | 56 | 112 | 112 | 37 |
| Binary | 1101111 | 10001010 | 10101 | 10100 | 0 | 1010101 | 101110 | 1001010 | 1001010 | 11111 |
Color Harmonies of #6F8A15
Complementary color
Monochromatic Colors of #6F8A15
Black with #6F8A15
Text Example
Text Example
White with #6F8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A15; }
p { color: rgb(111,138,21); }
H1.HeaderClassName
{
color: #6F8A15;
}
.AnyTagClassName
{
color: #6F8A15;
}
</style>
background-color css
<style>
a { background-color: #6F8A15; }
a { background-color: rgb(111,138,21); }
div.DivClassName
{
background-color: #6F8A15;
}
.BgClassName
{
background-color: #6F8A15;
}
</style>
border-color css
<style>
span { border-color: #6F8A15; }
span { border-color: rgb(111,138,21); }
td.TdClassName
{
border-color: #6F8A15;
}
.TagClassName
{
border-color: #6F8A15;
}
</style>