Shades of Oxley #6F9F76
Tints of Oxley #6F9F76
RGB
CMYK
RGB Variations
Color information
#6F9F76 (or 0x6F9F76) is known color: Oxley. HEX triplet: 6F, 9F and 76. RGB value is (111,159,118). Sum of RGB (Red+Green+Blue) = 111+159+118=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F76 is #906089. Grayscale: #8C8C8C. Windows color (decimal): -9461898 or 7774063. OLE color: 7774063.
HSL color Cylindrical-coordinate representation of color #6F9F76: hue angle of 128.75º 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 #6F9F76 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 118 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.38 |
| HSL | 128.75º | 0.2% | 0.53% | - |
| HSV(B) | 128.75º | 0.3% | 0.62% | - |
| XYZ | 22.22 | 29.48 | 21.66 | - |
| YUV | 139.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 118 | 0.30 | 0 | 0.26 | 0.38 | 128.75 | 0.2 | 0.53 |
| Hex | 6F | 9F | 76 | 1E | 0 | 1A | 26 | 81 | 14 | 35 |
| Octal | 157 | 237 | 166 | 36 | 0 | 32 | 46 | 201 | 24 | 65 |
| Binary | 1101111 | 10011111 | 1110110 | 11110 | 0 | 11010 | 100110 | 10000001 | 10100 | 110101 |
Color Harmonies of #6F9F76
Complementary color
Monochromatic Colors of #6F9F76
Black with #6F9F76
Text Example
Text Example
White with #6F9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F76; }
p { color: rgb(111,159,118); }
H1.HeaderClassName
{
color: #6F9F76;
}
.AnyTagClassName
{
color: #6F9F76;
}
</style>
background-color css
<style>
a { background-color: #6F9F76; }
a { background-color: rgb(111,159,118); }
div.DivClassName
{
background-color: #6F9F76;
}
.BgClassName
{
background-color: #6F9F76;
}
</style>
border-color css
<style>
span { border-color: #6F9F76; }
span { border-color: rgb(111,159,118); }
td.TdClassName
{
border-color: #6F9F76;
}
.TagClassName
{
border-color: #6F9F76;
}
</style>