Shades of Oxley #6FA97E
Tints of Oxley #6FA97E
RGB
CMYK
RGB Variations
Color information
#6FA97E (or 0x6FA97E) is known color: Oxley. HEX triplet: 6F, A9 and 7E. RGB value is (111,169,126). Sum of RGB (Red+Green+Blue) = 111+169+126=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA97E is #905681. Grayscale: #929292. Windows color (decimal): -9459330 or 8300911. OLE color: 8300911.
HSL color Cylindrical-coordinate representation of color #6FA97E: hue angle of 135.52º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA97E is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 126 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.34 |
| HSL | 135.52º | 0.25% | 0.55% | - |
| HSV(B) | 135.52º | 0.34% | 0.66% | - |
| XYZ | 24.51 | 33.26 | 24.87 | - |
| YUV | 146.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 126 | 0.34 | 0 | 0.25 | 0.34 | 135.52 | 0.25 | 0.55 |
| Hex | 6F | A9 | 7E | 22 | 0 | 19 | 22 | 88 | 19 | 37 |
| Octal | 157 | 251 | 176 | 42 | 0 | 31 | 42 | 210 | 31 | 67 |
| Binary | 1101111 | 10101001 | 1111110 | 100010 | 0 | 11001 | 100010 | 10001000 | 11001 | 110111 |
Color Harmonies of #6FA97E
Complementary color
Monochromatic Colors of #6FA97E
Black with #6FA97E
Text Example
Text Example
White with #6FA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA97E; }
p { color: rgb(111,169,126); }
H1.HeaderClassName
{
color: #6FA97E;
}
.AnyTagClassName
{
color: #6FA97E;
}
</style>
background-color css
<style>
a { background-color: #6FA97E; }
a { background-color: rgb(111,169,126); }
div.DivClassName
{
background-color: #6FA97E;
}
.BgClassName
{
background-color: #6FA97E;
}
</style>
border-color css
<style>
span { border-color: #6FA97E; }
span { border-color: rgb(111,169,126); }
td.TdClassName
{
border-color: #6FA97E;
}
.TagClassName
{
border-color: #6FA97E;
}
</style>