Shades of Oxley #6FA279
Tints of Oxley #6FA279
RGB
CMYK
RGB Variations
Color information
#6FA279 (or 0x6FA279) is known color: Oxley. HEX triplet: 6F, A2 and 79. RGB value is (111,162,121). Sum of RGB (Red+Green+Blue) = 111+162+121=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA279 is #905D86. Grayscale: #8E8E8E. Windows color (decimal): -9461127 or 7971439. OLE color: 7971439.
HSL color Cylindrical-coordinate representation of color #6FA279: hue angle of 131.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA279 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 121 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.36 |
| HSL | 131.76º | 0.22% | 0.54% | - |
| HSV(B) | 131.76º | 0.31% | 0.64% | - |
| XYZ | 22.93 | 30.6 | 22.79 | - |
| YUV | 142.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 121 | 0.31 | 0 | 0.25 | 0.36 | 131.76 | 0.22 | 0.54 |
| Hex | 6F | A2 | 79 | 1F | 0 | 19 | 24 | 84 | 16 | 36 |
| Octal | 157 | 242 | 171 | 37 | 0 | 31 | 44 | 204 | 26 | 66 |
| Binary | 1101111 | 10100010 | 1111001 | 11111 | 0 | 11001 | 100100 | 10000100 | 10110 | 110110 |
Color Harmonies of #6FA279
Complementary color
Monochromatic Colors of #6FA279
Black with #6FA279
Text Example
Text Example
White with #6FA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA279; }
p { color: rgb(111,162,121); }
H1.HeaderClassName
{
color: #6FA279;
}
.AnyTagClassName
{
color: #6FA279;
}
</style>
background-color css
<style>
a { background-color: #6FA279; }
a { background-color: rgb(111,162,121); }
div.DivClassName
{
background-color: #6FA279;
}
.BgClassName
{
background-color: #6FA279;
}
</style>
border-color css
<style>
span { border-color: #6FA279; }
span { border-color: rgb(111,162,121); }
td.TdClassName
{
border-color: #6FA279;
}
.TagClassName
{
border-color: #6FA279;
}
</style>