Shades of Olive Drab #6F8627
Tints of Olive Drab #6F8627
RGB
CMYK
RGB Variations
Color information
#6F8627 (or 0x6F8627) is known color: Olive Drab. HEX triplet: 6F, 86 and 27. RGB value is (111,134,39). Sum of RGB (Red+Green+Blue) = 111+134+39=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8627 is #9079D8. Grayscale: #747474. Windows color (decimal): -9468377 or 2590319. OLE color: 2590319.
HSL color Cylindrical-coordinate representation of color #6F8627: hue angle of 74.53º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F8627 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 39 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.47 |
| HSL | 74.53º | 0.55% | 0.34% | - |
| HSV(B) | 74.53º | 0.71% | 0.53% | - |
| XYZ | 15.45 | 20.58 | 5.08 | - |
| YUV | 116.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 39 | 0.17 | 0 | 0.71 | 0.47 | 74.53 | 0.55 | 0.34 |
| Hex | 6F | 86 | 27 | 11 | 0 | 47 | 2F | 4B | 37 | 22 |
| Octal | 157 | 206 | 47 | 21 | 0 | 107 | 57 | 113 | 67 | 42 |
| Binary | 1101111 | 10000110 | 100111 | 10001 | 0 | 1000111 | 101111 | 1001011 | 110111 | 100010 |
Color Harmonies of #6F8627
Complementary color
Monochromatic Colors of #6F8627
Black with #6F8627
Text Example
Text Example
White with #6F8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8627; }
p { color: rgb(111,134,39); }
H1.HeaderClassName
{
color: #6F8627;
}
.AnyTagClassName
{
color: #6F8627;
}
</style>
background-color css
<style>
a { background-color: #6F8627; }
a { background-color: rgb(111,134,39); }
div.DivClassName
{
background-color: #6F8627;
}
.BgClassName
{
background-color: #6F8627;
}
</style>
border-color css
<style>
span { border-color: #6F8627; }
span { border-color: rgb(111,134,39); }
td.TdClassName
{
border-color: #6F8627;
}
.TagClassName
{
border-color: #6F8627;
}
</style>