Shades of Olive Drab #6F863C
Tints of Olive Drab #6F863C
RGB
CMYK
RGB Variations
Color information
#6F863C (or 0x6F863C) is known color: Olive Drab. HEX triplet: 6F, 86 and 3C. RGB value is (111,134,60). Sum of RGB (Red+Green+Blue) = 111+134+60=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #6F863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F863C is #9079C3. Grayscale: #767676. Windows color (decimal): -9468356 or 3966575. OLE color: 3966575.
HSL color Cylindrical-coordinate representation of color #6F863C: hue angle of 78.65º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F863C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 60 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.47 |
| HSL | 78.65º | 0.38% | 0.38% | - |
| HSV(B) | 78.65º | 0.55% | 0.53% | - |
| XYZ | 15.9 | 20.76 | 7.44 | - |
| YUV | 118.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 60 | 0.17 | 0 | 0.55 | 0.47 | 78.65 | 0.38 | 0.38 |
| Hex | 6F | 86 | 3C | 11 | 0 | 37 | 2F | 4F | 26 | 26 |
| Octal | 157 | 206 | 74 | 21 | 0 | 67 | 57 | 117 | 46 | 46 |
| Binary | 1101111 | 10000110 | 111100 | 10001 | 0 | 110111 | 101111 | 1001111 | 100110 | 100110 |
Color Harmonies of #6F863C
Complementary color
Monochromatic Colors of #6F863C
Black with #6F863C
Text Example
Text Example
White with #6F863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F863C; }
p { color: rgb(111,134,60); }
H1.HeaderClassName
{
color: #6F863C;
}
.AnyTagClassName
{
color: #6F863C;
}
</style>
background-color css
<style>
a { background-color: #6F863C; }
a { background-color: rgb(111,134,60); }
div.DivClassName
{
background-color: #6F863C;
}
.BgClassName
{
background-color: #6F863C;
}
</style>
border-color css
<style>
span { border-color: #6F863C; }
span { border-color: rgb(111,134,60); }
td.TdClassName
{
border-color: #6F863C;
}
.TagClassName
{
border-color: #6F863C;
}
</style>