Shades of Oxley #6EAE7E
Tints of Oxley #6EAE7E
RGB
CMYK
RGB Variations
Color information
#6EAE7E (or 0x6EAE7E) is known color: Oxley. HEX triplet: 6E, AE and 7E. RGB value is (110,174,126). Sum of RGB (Red+Green+Blue) = 110+174+126=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAE7E is #915181. Grayscale: #959595. Windows color (decimal): -9523586 or 8302190. OLE color: 8302190.
HSL color Cylindrical-coordinate representation of color #6EAE7E: hue angle of 135º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAE7E is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 174 | 126 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.32 |
| HSL | 135º | 0.28% | 0.56% | - |
| HSV(B) | 135º | 0.37% | 0.68% | - |
| XYZ | 25.33 | 35.09 | 25.18 | - |
| YUV | 149.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 126 | 0.37 | 0 | 0.28 | 0.32 | 135 | 0.28 | 0.56 |
| Hex | 6E | AE | 7E | 25 | 0 | 1C | 20 | 87 | 1C | 38 |
| Octal | 156 | 256 | 176 | 45 | 0 | 34 | 40 | 207 | 34 | 70 |
| Binary | 1101110 | 10101110 | 1111110 | 100101 | 0 | 11100 | 100000 | 10000111 | 11100 | 111000 |
Color Harmonies of #6EAE7E
Complementary color
Monochromatic Colors of #6EAE7E
Black with #6EAE7E
Text Example
Text Example
White with #6EAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAE7E; }
p { color: rgb(110,174,126); }
H1.HeaderClassName
{
color: #6EAE7E;
}
.AnyTagClassName
{
color: #6EAE7E;
}
</style>
background-color css
<style>
a { background-color: #6EAE7E; }
a { background-color: rgb(110,174,126); }
div.DivClassName
{
background-color: #6EAE7E;
}
.BgClassName
{
background-color: #6EAE7E;
}
</style>
border-color css
<style>
span { border-color: #6EAE7E; }
span { border-color: rgb(110,174,126); }
td.TdClassName
{
border-color: #6EAE7E;
}
.TagClassName
{
border-color: #6EAE7E;
}
</style>