Shades of Oxley #6EAE7B
Tints of Oxley #6EAE7B
RGB
CMYK
RGB Variations
Color information
#6EAE7B (or 0x6EAE7B) is known color: Oxley. HEX triplet: 6E, AE and 7B. RGB value is (110,174,123). Sum of RGB (Red+Green+Blue) = 110+174+123=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAE7B is #915184. Grayscale: #959595. Windows color (decimal): -9523589 or 8105582. OLE color: 8105582.
HSL color Cylindrical-coordinate representation of color #6EAE7B: hue angle of 132.19º 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 #6EAE7B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 174 | 123 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.32 |
| HSL | 132.19º | 0.28% | 0.56% | - |
| HSV(B) | 132.19º | 0.37% | 0.68% | - |
| XYZ | 25.14 | 35.02 | 24.17 | - |
| YUV | 149.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 123 | 0.37 | 0 | 0.29 | 0.32 | 132.19 | 0.28 | 0.56 |
| Hex | 6E | AE | 7B | 25 | 0 | 1D | 20 | 84 | 1C | 38 |
| Octal | 156 | 256 | 173 | 45 | 0 | 35 | 40 | 204 | 34 | 70 |
| Binary | 1101110 | 10101110 | 1111011 | 100101 | 0 | 11101 | 100000 | 10000100 | 11100 | 111000 |
Color Harmonies of #6EAE7B
Complementary color
Monochromatic Colors of #6EAE7B
Black with #6EAE7B
Text Example
Text Example
White with #6EAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAE7B; }
p { color: rgb(110,174,123); }
H1.HeaderClassName
{
color: #6EAE7B;
}
.AnyTagClassName
{
color: #6EAE7B;
}
</style>
background-color css
<style>
a { background-color: #6EAE7B; }
a { background-color: rgb(110,174,123); }
div.DivClassName
{
background-color: #6EAE7B;
}
.BgClassName
{
background-color: #6EAE7B;
}
</style>
border-color css
<style>
span { border-color: #6EAE7B; }
span { border-color: rgb(110,174,123); }
td.TdClassName
{
border-color: #6EAE7B;
}
.TagClassName
{
border-color: #6EAE7B;
}
</style>