Shades of Oxley #6FA271
Tints of Oxley #6FA271
RGB
CMYK
RGB Variations
Color information
#6FA271 (or 0x6FA271) is known color: Oxley. HEX triplet: 6F, A2 and 71. RGB value is (111,162,113). Sum of RGB (Red+Green+Blue) = 111+162+113=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA271 is #905D8E. Grayscale: #8D8D8D. Windows color (decimal): -9461135 or 7447151. OLE color: 7447151.
HSL color Cylindrical-coordinate representation of color #6FA271: hue angle of 122.35º 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 #6FA271 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 113 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.36 |
| HSL | 122.35º | 0.22% | 0.54% | - |
| HSV(B) | 122.35º | 0.31% | 0.64% | - |
| XYZ | 22.46 | 30.41 | 20.31 | - |
| YUV | 141.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 113 | 0.31 | 0 | 0.30 | 0.36 | 122.35 | 0.22 | 0.54 |
| Hex | 6F | A2 | 71 | 1F | 0 | 1E | 24 | 7A | 16 | 36 |
| Octal | 157 | 242 | 161 | 37 | 0 | 36 | 44 | 172 | 26 | 66 |
| Binary | 1101111 | 10100010 | 1110001 | 11111 | 0 | 11110 | 100100 | 1111010 | 10110 | 110110 |
Color Harmonies of #6FA271
Complementary color
Monochromatic Colors of #6FA271
Black with #6FA271
Text Example
Text Example
White with #6FA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA271; }
p { color: rgb(111,162,113); }
H1.HeaderClassName
{
color: #6FA271;
}
.AnyTagClassName
{
color: #6FA271;
}
</style>
background-color css
<style>
a { background-color: #6FA271; }
a { background-color: rgb(111,162,113); }
div.DivClassName
{
background-color: #6FA271;
}
.BgClassName
{
background-color: #6FA271;
}
</style>
border-color css
<style>
span { border-color: #6FA271; }
span { border-color: rgb(111,162,113); }
td.TdClassName
{
border-color: #6FA271;
}
.TagClassName
{
border-color: #6FA271;
}
</style>