Shades of Oxley #6F9279
Tints of Oxley #6F9279
RGB
CMYK
RGB Variations
Color information
#6F9279 (or 0x6F9279) is known color: Oxley. HEX triplet: 6F, 92 and 79. RGB value is (111,146,121). Sum of RGB (Red+Green+Blue) = 111+146+121=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9279 is #906D86. Grayscale: #848484. Windows color (decimal): -9465223 or 7967343. OLE color: 7967343.
HSL color Cylindrical-coordinate representation of color #6F9279: hue angle of 137.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9279 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 121 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.43 |
| HSL | 137.14º | 0.14% | 0.5% | - |
| HSV(B) | 137.14º | 0.24% | 0.57% | - |
| XYZ | 20.29 | 25.32 | 21.91 | - |
| YUV | 132.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 121 | 0.24 | 0 | 0.17 | 0.43 | 137.14 | 0.14 | 0.5 |
| Hex | 6F | 92 | 79 | 18 | 0 | 11 | 2B | 89 | E | 32 |
| Octal | 157 | 222 | 171 | 30 | 0 | 21 | 53 | 211 | 16 | 62 |
| Binary | 1101111 | 10010010 | 1111001 | 11000 | 0 | 10001 | 101011 | 10001001 | 1110 | 110010 |
Color Harmonies of #6F9279
Complementary color
Monochromatic Colors of #6F9279
Black with #6F9279
Text Example
Text Example
White with #6F9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9279; }
p { color: rgb(111,146,121); }
H1.HeaderClassName
{
color: #6F9279;
}
.AnyTagClassName
{
color: #6F9279;
}
</style>
background-color css
<style>
a { background-color: #6F9279; }
a { background-color: rgb(111,146,121); }
div.DivClassName
{
background-color: #6F9279;
}
.BgClassName
{
background-color: #6F9279;
}
</style>
border-color css
<style>
span { border-color: #6F9279; }
span { border-color: rgb(111,146,121); }
td.TdClassName
{
border-color: #6F9279;
}
.TagClassName
{
border-color: #6F9279;
}
</style>