Shades of Oxley #6E9D7B
Tints of Oxley #6E9D7B
RGB
CMYK
RGB Variations
Color information
#6E9D7B (or 0x6E9D7B) is known color: Oxley. HEX triplet: 6E, 9D and 7B. RGB value is (110,157,123). Sum of RGB (Red+Green+Blue) = 110+157+123=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9D7B is #916284. Grayscale: #8B8B8B. Windows color (decimal): -9527941 or 8101230. OLE color: 8101230.
HSL color Cylindrical-coordinate representation of color #6E9D7B: hue angle of 136.6º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9D7B is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 157 | 123 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.38 |
| HSL | 136.6º | 0.19% | 0.52% | - |
| HSV(B) | 136.6º | 0.3% | 0.62% | - |
| XYZ | 22.06 | 28.86 | 23.15 | - |
| YUV | 139.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 123 | 0.30 | 0 | 0.22 | 0.38 | 136.6 | 0.19 | 0.52 |
| Hex | 6E | 9D | 7B | 1E | 0 | 16 | 26 | 89 | 13 | 34 |
| Octal | 156 | 235 | 173 | 36 | 0 | 26 | 46 | 211 | 23 | 64 |
| Binary | 1101110 | 10011101 | 1111011 | 11110 | 0 | 10110 | 100110 | 10001001 | 10011 | 110100 |
Color Harmonies of #6E9D7B
Complementary color
Monochromatic Colors of #6E9D7B
Black with #6E9D7B
Text Example
Text Example
White with #6E9D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9D7B; }
p { color: rgb(110,157,123); }
H1.HeaderClassName
{
color: #6E9D7B;
}
.AnyTagClassName
{
color: #6E9D7B;
}
</style>
background-color css
<style>
a { background-color: #6E9D7B; }
a { background-color: rgb(110,157,123); }
div.DivClassName
{
background-color: #6E9D7B;
}
.BgClassName
{
background-color: #6E9D7B;
}
</style>
border-color css
<style>
span { border-color: #6E9D7B; }
span { border-color: rgb(110,157,123); }
td.TdClassName
{
border-color: #6E9D7B;
}
.TagClassName
{
border-color: #6E9D7B;
}
</style>