Shades of Oxley #6EAB7B
Tints of Oxley #6EAB7B
RGB
CMYK
RGB Variations
Color information
#6EAB7B (or 0x6EAB7B) is known color: Oxley. HEX triplet: 6E, AB and 7B. RGB value is (110,171,123). Sum of RGB (Red+Green+Blue) = 110+171+123=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAB7B is #915484. Grayscale: #939393. Windows color (decimal): -9524357 or 8104814. OLE color: 8104814.
HSL color Cylindrical-coordinate representation of color #6EAB7B: hue angle of 132.79º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAB7B is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 171 | 123 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.33 |
| HSL | 132.79º | 0.27% | 0.55% | - |
| HSV(B) | 132.79º | 0.36% | 0.67% | - |
| XYZ | 24.57 | 33.87 | 23.98 | - |
| YUV | 147.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 123 | 0.36 | 0 | 0.28 | 0.33 | 132.79 | 0.27 | 0.55 |
| Hex | 6E | AB | 7B | 24 | 0 | 1C | 21 | 85 | 1B | 37 |
| Octal | 156 | 253 | 173 | 44 | 0 | 34 | 41 | 205 | 33 | 67 |
| Binary | 1101110 | 10101011 | 1111011 | 100100 | 0 | 11100 | 100001 | 10000101 | 11011 | 110111 |
Color Harmonies of #6EAB7B
Complementary color
Monochromatic Colors of #6EAB7B
Black with #6EAB7B
Text Example
Text Example
White with #6EAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAB7B; }
p { color: rgb(110,171,123); }
H1.HeaderClassName
{
color: #6EAB7B;
}
.AnyTagClassName
{
color: #6EAB7B;
}
</style>
background-color css
<style>
a { background-color: #6EAB7B; }
a { background-color: rgb(110,171,123); }
div.DivClassName
{
background-color: #6EAB7B;
}
.BgClassName
{
background-color: #6EAB7B;
}
</style>
border-color css
<style>
span { border-color: #6EAB7B; }
span { border-color: rgb(110,171,123); }
td.TdClassName
{
border-color: #6EAB7B;
}
.TagClassName
{
border-color: #6EAB7B;
}
</style>