Shades of Oxley #6F8E7A
Tints of Oxley #6F8E7A
RGB
CMYK
RGB Variations
Color information
#6F8E7A (or 0x6F8E7A) is known color: Oxley. HEX triplet: 6F, 8E and 7A. RGB value is (111,142,122). Sum of RGB (Red+Green+Blue) = 111+142+122=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E7A is #907185. Grayscale: #828282. Windows color (decimal): -9466246 or 8031855. OLE color: 8031855.
HSL color Cylindrical-coordinate representation of color #6F8E7A: hue angle of 141.29º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8E7A is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 122 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.44 |
| HSL | 141.29º | 0.12% | 0.5% | - |
| HSV(B) | 141.29º | 0.22% | 0.56% | - |
| XYZ | 19.74 | 24.13 | 22.03 | - |
| YUV | 130.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 122 | 0.22 | 0 | 0.14 | 0.44 | 141.29 | 0.12 | 0.5 |
| Hex | 6F | 8E | 7A | 16 | 0 | E | 2C | 8D | C | 32 |
| Octal | 157 | 216 | 172 | 26 | 0 | 16 | 54 | 215 | 14 | 62 |
| Binary | 1101111 | 10001110 | 1111010 | 10110 | 0 | 1110 | 101100 | 10001101 | 1100 | 110010 |
Color Harmonies of #6F8E7A
Complementary color
Monochromatic Colors of #6F8E7A
Black with #6F8E7A
Text Example
Text Example
White with #6F8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E7A; }
p { color: rgb(111,142,122); }
H1.HeaderClassName
{
color: #6F8E7A;
}
.AnyTagClassName
{
color: #6F8E7A;
}
</style>
background-color css
<style>
a { background-color: #6F8E7A; }
a { background-color: rgb(111,142,122); }
div.DivClassName
{
background-color: #6F8E7A;
}
.BgClassName
{
background-color: #6F8E7A;
}
</style>
border-color css
<style>
span { border-color: #6F8E7A; }
span { border-color: rgb(111,142,122); }
td.TdClassName
{
border-color: #6F8E7A;
}
.TagClassName
{
border-color: #6F8E7A;
}
</style>