Shades of Oxley #6FA278
Tints of Oxley #6FA278
RGB
CMYK
RGB Variations
Color information
#6FA278 (or 0x6FA278) is known color: Oxley. HEX triplet: 6F, A2 and 78. RGB value is (111,162,120). Sum of RGB (Red+Green+Blue) = 111+162+120=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA278 is #905D87. Grayscale: #8E8E8E. Windows color (decimal): -9461128 or 7905903. OLE color: 7905903.
HSL color Cylindrical-coordinate representation of color #6FA278: hue angle of 130.59º 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 #6FA278 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 120 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.36 |
| HSL | 130.59º | 0.22% | 0.54% | - |
| HSV(B) | 130.59º | 0.31% | 0.64% | - |
| XYZ | 22.87 | 30.58 | 22.47 | - |
| YUV | 141.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 120 | 0.31 | 0 | 0.26 | 0.36 | 130.59 | 0.22 | 0.54 |
| Hex | 6F | A2 | 78 | 1F | 0 | 1A | 24 | 83 | 16 | 36 |
| Octal | 157 | 242 | 170 | 37 | 0 | 32 | 44 | 203 | 26 | 66 |
| Binary | 1101111 | 10100010 | 1111000 | 11111 | 0 | 11010 | 100100 | 10000011 | 10110 | 110110 |
Color Harmonies of #6FA278
Complementary color
Monochromatic Colors of #6FA278
Black with #6FA278
Text Example
Text Example
White with #6FA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA278; }
p { color: rgb(111,162,120); }
H1.HeaderClassName
{
color: #6FA278;
}
.AnyTagClassName
{
color: #6FA278;
}
</style>
background-color css
<style>
a { background-color: #6FA278; }
a { background-color: rgb(111,162,120); }
div.DivClassName
{
background-color: #6FA278;
}
.BgClassName
{
background-color: #6FA278;
}
</style>
border-color css
<style>
span { border-color: #6FA278; }
span { border-color: rgb(111,162,120); }
td.TdClassName
{
border-color: #6FA278;
}
.TagClassName
{
border-color: #6FA278;
}
</style>