Shades of Oxley #6FA179
Tints of Oxley #6FA179
RGB
CMYK
RGB Variations
Color information
#6FA179 (or 0x6FA179) is known color: Oxley. HEX triplet: 6F, A1 and 79. RGB value is (111,161,121). Sum of RGB (Red+Green+Blue) = 111+161+121=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA179 is #905E86. Grayscale: #8D8D8D. Windows color (decimal): -9461383 or 7971183. OLE color: 7971183.
HSL color Cylindrical-coordinate representation of color #6FA179: hue angle of 132º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA179 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 121 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.37 |
| HSL | 132º | 0.21% | 0.53% | - |
| HSV(B) | 132º | 0.31% | 0.63% | - |
| XYZ | 22.75 | 30.25 | 22.73 | - |
| YUV | 141.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 121 | 0.31 | 0 | 0.25 | 0.37 | 132 | 0.21 | 0.53 |
| Hex | 6F | A1 | 79 | 1F | 0 | 19 | 25 | 84 | 15 | 35 |
| Octal | 157 | 241 | 171 | 37 | 0 | 31 | 45 | 204 | 25 | 65 |
| Binary | 1101111 | 10100001 | 1111001 | 11111 | 0 | 11001 | 100101 | 10000100 | 10101 | 110101 |
Color Harmonies of #6FA179
Complementary color
Monochromatic Colors of #6FA179
Black with #6FA179
Text Example
Text Example
White with #6FA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA179; }
p { color: rgb(111,161,121); }
H1.HeaderClassName
{
color: #6FA179;
}
.AnyTagClassName
{
color: #6FA179;
}
</style>
background-color css
<style>
a { background-color: #6FA179; }
a { background-color: rgb(111,161,121); }
div.DivClassName
{
background-color: #6FA179;
}
.BgClassName
{
background-color: #6FA179;
}
</style>
border-color css
<style>
span { border-color: #6FA179; }
span { border-color: rgb(111,161,121); }
td.TdClassName
{
border-color: #6FA179;
}
.TagClassName
{
border-color: #6FA179;
}
</style>