Shades of Oxley #6FA47A
Tints of Oxley #6FA47A
RGB
CMYK
RGB Variations
Color information
#6FA47A (or 0x6FA47A) is known color: Oxley. HEX triplet: 6F, A4 and 7A. RGB value is (111,164,122). Sum of RGB (Red+Green+Blue) = 111+164+122=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA47A is #905B85. Grayscale: #8F8F8F. Windows color (decimal): -9460614 or 8037487. OLE color: 8037487.
HSL color Cylindrical-coordinate representation of color #6FA47A: hue angle of 132.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA47A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 122 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.36 |
| HSL | 132.45º | 0.23% | 0.54% | - |
| HSV(B) | 132.45º | 0.32% | 0.64% | - |
| XYZ | 23.34 | 31.34 | 23.23 | - |
| YUV | 143.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 122 | 0.32 | 0 | 0.26 | 0.36 | 132.45 | 0.23 | 0.54 |
| Hex | 6F | A4 | 7A | 20 | 0 | 1A | 24 | 84 | 17 | 36 |
| Octal | 157 | 244 | 172 | 40 | 0 | 32 | 44 | 204 | 27 | 66 |
| Binary | 1101111 | 10100100 | 1111010 | 100000 | 0 | 11010 | 100100 | 10000100 | 10111 | 110110 |
Color Harmonies of #6FA47A
Complementary color
Monochromatic Colors of #6FA47A
Black with #6FA47A
Text Example
Text Example
White with #6FA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA47A; }
p { color: rgb(111,164,122); }
H1.HeaderClassName
{
color: #6FA47A;
}
.AnyTagClassName
{
color: #6FA47A;
}
</style>
background-color css
<style>
a { background-color: #6FA47A; }
a { background-color: rgb(111,164,122); }
div.DivClassName
{
background-color: #6FA47A;
}
.BgClassName
{
background-color: #6FA47A;
}
</style>
border-color css
<style>
span { border-color: #6FA47A; }
span { border-color: rgb(111,164,122); }
td.TdClassName
{
border-color: #6FA47A;
}
.TagClassName
{
border-color: #6FA47A;
}
</style>