Shades of Oxley #6F9179
Tints of Oxley #6F9179
RGB
CMYK
RGB Variations
Color information
#6F9179 (or 0x6F9179) is known color: Oxley. HEX triplet: 6F, 91 and 79. RGB value is (111,145,121). Sum of RGB (Red+Green+Blue) = 111+145+121=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9179 is #906E86. Grayscale: #848484. Windows color (decimal): -9465479 or 7967087. OLE color: 7967087.
HSL color Cylindrical-coordinate representation of color #6F9179: hue angle of 137.65º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9179 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 121 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.43 |
| HSL | 137.65º | 0.13% | 0.5% | - |
| HSV(B) | 137.65º | 0.23% | 0.57% | - |
| XYZ | 20.13 | 25.01 | 21.86 | - |
| YUV | 132.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 121 | 0.23 | 0 | 0.17 | 0.43 | 137.65 | 0.13 | 0.5 |
| Hex | 6F | 91 | 79 | 17 | 0 | 11 | 2B | 8A | D | 32 |
| Octal | 157 | 221 | 171 | 27 | 0 | 21 | 53 | 212 | 15 | 62 |
| Binary | 1101111 | 10010001 | 1111001 | 10111 | 0 | 10001 | 101011 | 10001010 | 1101 | 110010 |
Color Harmonies of #6F9179
Complementary color
Monochromatic Colors of #6F9179
Black with #6F9179
Text Example
Text Example
White with #6F9179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9179; }
p { color: rgb(111,145,121); }
H1.HeaderClassName
{
color: #6F9179;
}
.AnyTagClassName
{
color: #6F9179;
}
</style>
background-color css
<style>
a { background-color: #6F9179; }
a { background-color: rgb(111,145,121); }
div.DivClassName
{
background-color: #6F9179;
}
.BgClassName
{
background-color: #6F9179;
}
</style>
border-color css
<style>
span { border-color: #6F9179; }
span { border-color: rgb(111,145,121); }
td.TdClassName
{
border-color: #6F9179;
}
.TagClassName
{
border-color: #6F9179;
}
</style>