Shades of Oxley #6F9F81
Tints of Oxley #6F9F81
RGB
CMYK
RGB Variations
Color information
#6F9F81 (or 0x6F9F81) is known color: Oxley. HEX triplet: 6F, 9F and 81. RGB value is (111,159,129). Sum of RGB (Red+Green+Blue) = 111+159+129=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9F81 is #90607E. Grayscale: #8D8D8D. Windows color (decimal): -9461887 or 8494959. OLE color: 8494959.
HSL color Cylindrical-coordinate representation of color #6F9F81: hue angle of 142.5º 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 #6F9F81 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 129 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.38 |
| HSL | 142.5º | 0.2% | 0.53% | - |
| HSV(B) | 142.5º | 0.3% | 0.62% | - |
| XYZ | 22.92 | 29.76 | 25.31 | - |
| YUV | 141.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 129 | 0.30 | 0 | 0.19 | 0.38 | 142.5 | 0.2 | 0.53 |
| Hex | 6F | 9F | 81 | 1E | 0 | 13 | 26 | 8E | 14 | 35 |
| Octal | 157 | 237 | 201 | 36 | 0 | 23 | 46 | 216 | 24 | 65 |
| Binary | 1101111 | 10011111 | 10000001 | 11110 | 0 | 10011 | 100110 | 10001110 | 10100 | 110101 |
Color Harmonies of #6F9F81
Complementary color
Monochromatic Colors of #6F9F81
Black with #6F9F81
Text Example
Text Example
White with #6F9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F81; }
p { color: rgb(111,159,129); }
H1.HeaderClassName
{
color: #6F9F81;
}
.AnyTagClassName
{
color: #6F9F81;
}
</style>
background-color css
<style>
a { background-color: #6F9F81; }
a { background-color: rgb(111,159,129); }
div.DivClassName
{
background-color: #6F9F81;
}
.BgClassName
{
background-color: #6F9F81;
}
</style>
border-color css
<style>
span { border-color: #6F9F81; }
span { border-color: rgb(111,159,129); }
td.TdClassName
{
border-color: #6F9F81;
}
.TagClassName
{
border-color: #6F9F81;
}
</style>