Shades of Oxley #6F9F80
Tints of Oxley #6F9F80
RGB
CMYK
RGB Variations
Color information
#6F9F80 (or 0x6F9F80) is known color: Oxley. HEX triplet: 6F, 9F and 80. RGB value is (111,159,128). Sum of RGB (Red+Green+Blue) = 111+159+128=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9F80 is #90607F. Grayscale: #8D8D8D. Windows color (decimal): -9461888 or 8429423. OLE color: 8429423.
HSL color Cylindrical-coordinate representation of color #6F9F80: hue angle of 141.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F80 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 128 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.38 |
| HSL | 141.25º | 0.2% | 0.53% | - |
| HSV(B) | 141.25º | 0.3% | 0.62% | - |
| XYZ | 22.85 | 29.73 | 24.96 | - |
| YUV | 141.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 128 | 0.30 | 0 | 0.19 | 0.38 | 141.25 | 0.2 | 0.53 |
| Hex | 6F | 9F | 80 | 1E | 0 | 13 | 26 | 8D | 14 | 35 |
| Octal | 157 | 237 | 200 | 36 | 0 | 23 | 46 | 215 | 24 | 65 |
| Binary | 1101111 | 10011111 | 10000000 | 11110 | 0 | 10011 | 100110 | 10001101 | 10100 | 110101 |
Color Harmonies of #6F9F80
Complementary color
Monochromatic Colors of #6F9F80
Black with #6F9F80
Text Example
Text Example
White with #6F9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F80; }
p { color: rgb(111,159,128); }
H1.HeaderClassName
{
color: #6F9F80;
}
.AnyTagClassName
{
color: #6F9F80;
}
</style>
background-color css
<style>
a { background-color: #6F9F80; }
a { background-color: rgb(111,159,128); }
div.DivClassName
{
background-color: #6F9F80;
}
.BgClassName
{
background-color: #6F9F80;
}
</style>
border-color css
<style>
span { border-color: #6F9F80; }
span { border-color: rgb(111,159,128); }
td.TdClassName
{
border-color: #6F9F80;
}
.TagClassName
{
border-color: #6F9F80;
}
</style>