Shades of Olive Drab #6F8D3C
Tints of Olive Drab #6F8D3C
RGB
CMYK
RGB Variations
Color information
#6F8D3C (or 0x6F8D3C) is known color: Olive Drab. HEX triplet: 6F, 8D and 3C. RGB value is (111,141,60). Sum of RGB (Red+Green+Blue) = 111+141+60=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8D3C is #9072C3. Grayscale: #7B7B7B. Windows color (decimal): -9466564 or 3968367. OLE color: 3968367.
HSL color Cylindrical-coordinate representation of color #6F8D3C: hue angle of 82.22º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F8D3C is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 141 | 60 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.45 |
| HSL | 82.22º | 0.4% | 0.39% | - |
| HSV(B) | 82.22º | 0.57% | 0.55% | - |
| XYZ | 16.9 | 22.76 | 7.78 | - |
| YUV | 122.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 60 | 0.21 | 0 | 0.57 | 0.45 | 82.22 | 0.4 | 0.39 |
| Hex | 6F | 8D | 3C | 15 | 0 | 39 | 2D | 52 | 28 | 27 |
| Octal | 157 | 215 | 74 | 25 | 0 | 71 | 55 | 122 | 50 | 47 |
| Binary | 1101111 | 10001101 | 111100 | 10101 | 0 | 111001 | 101101 | 1010010 | 101000 | 100111 |
Color Harmonies of #6F8D3C
Complementary color
Monochromatic Colors of #6F8D3C
Black with #6F8D3C
Text Example
Text Example
White with #6F8D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8D3C; }
p { color: rgb(111,141,60); }
H1.HeaderClassName
{
color: #6F8D3C;
}
.AnyTagClassName
{
color: #6F8D3C;
}
</style>
background-color css
<style>
a { background-color: #6F8D3C; }
a { background-color: rgb(111,141,60); }
div.DivClassName
{
background-color: #6F8D3C;
}
.BgClassName
{
background-color: #6F8D3C;
}
</style>
border-color css
<style>
span { border-color: #6F8D3C; }
span { border-color: rgb(111,141,60); }
td.TdClassName
{
border-color: #6F8D3C;
}
.TagClassName
{
border-color: #6F8D3C;
}
</style>