Shades of Oxley #6FA276
Tints of Oxley #6FA276
RGB
CMYK
RGB Variations
Color information
#6FA276 (or 0x6FA276) is known color: Oxley. HEX triplet: 6F, A2 and 76. RGB value is (111,162,118). Sum of RGB (Red+Green+Blue) = 111+162+118=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA276 is #905D89. Grayscale: #8D8D8D. Windows color (decimal): -9461130 or 7774831. OLE color: 7774831.
HSL color Cylindrical-coordinate representation of color #6FA276: hue angle of 128.24º 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 #6FA276 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 118 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.36 |
| HSL | 128.24º | 0.22% | 0.54% | - |
| HSV(B) | 128.24º | 0.31% | 0.64% | - |
| XYZ | 22.75 | 30.53 | 21.83 | - |
| YUV | 141.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 118 | 0.31 | 0 | 0.27 | 0.36 | 128.24 | 0.22 | 0.54 |
| Hex | 6F | A2 | 76 | 1F | 0 | 1B | 24 | 80 | 16 | 36 |
| Octal | 157 | 242 | 166 | 37 | 0 | 33 | 44 | 200 | 26 | 66 |
| Binary | 1101111 | 10100010 | 1110110 | 11111 | 0 | 11011 | 100100 | 10000000 | 10110 | 110110 |
Color Harmonies of #6FA276
Complementary color
Monochromatic Colors of #6FA276
Black with #6FA276
Text Example
Text Example
White with #6FA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA276; }
p { color: rgb(111,162,118); }
H1.HeaderClassName
{
color: #6FA276;
}
.AnyTagClassName
{
color: #6FA276;
}
</style>
background-color css
<style>
a { background-color: #6FA276; }
a { background-color: rgb(111,162,118); }
div.DivClassName
{
background-color: #6FA276;
}
.BgClassName
{
background-color: #6FA276;
}
</style>
border-color css
<style>
span { border-color: #6FA276; }
span { border-color: rgb(111,162,118); }
td.TdClassName
{
border-color: #6FA276;
}
.TagClassName
{
border-color: #6FA276;
}
</style>