Shades of Olive Drab #6F8A3C
Tints of Olive Drab #6F8A3C
RGB
CMYK
RGB Variations
Color information
#6F8A3C (or 0x6F8A3C) is known color: Olive Drab. HEX triplet: 6F, 8A and 3C. RGB value is (111,138,60). Sum of RGB (Red+Green+Blue) = 111+138+60=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8A3C is #9075C3. Grayscale: #797979. Windows color (decimal): -9467332 or 3967599. OLE color: 3967599.
HSL color Cylindrical-coordinate representation of color #6F8A3C: hue angle of 80.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F8A3C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 60 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.46 |
| HSL | 80.77º | 0.39% | 0.39% | - |
| HSV(B) | 80.77º | 0.57% | 0.54% | - |
| XYZ | 16.46 | 21.88 | 7.63 | - |
| YUV | 121.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 60 | 0.20 | 0 | 0.57 | 0.46 | 80.77 | 0.39 | 0.39 |
| Hex | 6F | 8A | 3C | 14 | 0 | 39 | 2E | 51 | 27 | 27 |
| Octal | 157 | 212 | 74 | 24 | 0 | 71 | 56 | 121 | 47 | 47 |
| Binary | 1101111 | 10001010 | 111100 | 10100 | 0 | 111001 | 101110 | 1010001 | 100111 | 100111 |
Color Harmonies of #6F8A3C
Complementary color
Monochromatic Colors of #6F8A3C
Black with #6F8A3C
Text Example
Text Example
White with #6F8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A3C; }
p { color: rgb(111,138,60); }
H1.HeaderClassName
{
color: #6F8A3C;
}
.AnyTagClassName
{
color: #6F8A3C;
}
</style>
background-color css
<style>
a { background-color: #6F8A3C; }
a { background-color: rgb(111,138,60); }
div.DivClassName
{
background-color: #6F8A3C;
}
.BgClassName
{
background-color: #6F8A3C;
}
</style>
border-color css
<style>
span { border-color: #6F8A3C; }
span { border-color: rgb(111,138,60); }
td.TdClassName
{
border-color: #6F8A3C;
}
.TagClassName
{
border-color: #6F8A3C;
}
</style>