Shades of Oxley #6FA07C
Tints of Oxley #6FA07C
RGB
CMYK
RGB Variations
Color information
#6FA07C (or 0x6FA07C) is known color: Oxley. HEX triplet: 6F, A0 and 7C. RGB value is (111,160,124). Sum of RGB (Red+Green+Blue) = 111+160+124=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA07C is #905F83. Grayscale: #8D8D8D. Windows color (decimal): -9461636 or 8167535. OLE color: 8167535.
HSL color Cylindrical-coordinate representation of color #6FA07C: hue angle of 135.92º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA07C is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 124 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.37 |
| HSL | 135.92º | 0.21% | 0.53% | - |
| HSV(B) | 135.92º | 0.31% | 0.63% | - |
| XYZ | 22.76 | 29.98 | 23.65 | - |
| YUV | 141.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 124 | 0.31 | 0 | 0.22 | 0.37 | 135.92 | 0.21 | 0.53 |
| Hex | 6F | A0 | 7C | 1F | 0 | 16 | 25 | 88 | 15 | 35 |
| Octal | 157 | 240 | 174 | 37 | 0 | 26 | 45 | 210 | 25 | 65 |
| Binary | 1101111 | 10100000 | 1111100 | 11111 | 0 | 10110 | 100101 | 10001000 | 10101 | 110101 |
Color Harmonies of #6FA07C
Complementary color
Monochromatic Colors of #6FA07C
Black with #6FA07C
Text Example
Text Example
White with #6FA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA07C; }
p { color: rgb(111,160,124); }
H1.HeaderClassName
{
color: #6FA07C;
}
.AnyTagClassName
{
color: #6FA07C;
}
</style>
background-color css
<style>
a { background-color: #6FA07C; }
a { background-color: rgb(111,160,124); }
div.DivClassName
{
background-color: #6FA07C;
}
.BgClassName
{
background-color: #6FA07C;
}
</style>
border-color css
<style>
span { border-color: #6FA07C; }
span { border-color: rgb(111,160,124); }
td.TdClassName
{
border-color: #6FA07C;
}
.TagClassName
{
border-color: #6FA07C;
}
</style>