Shades of Oxley #6E9B7A
Tints of Oxley #6E9B7A
RGB
CMYK
RGB Variations
Color information
#6E9B7A (or 0x6E9B7A) is known color: Oxley. HEX triplet: 6E, 9B and 7A. RGB value is (110,155,122). Sum of RGB (Red+Green+Blue) = 110+155+122=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9B7A is #916485. Grayscale: #898989. Windows color (decimal): -9528454 or 8035182. OLE color: 8035182.
HSL color Cylindrical-coordinate representation of color #6E9B7A: hue angle of 136º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B7A is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 155 | 122 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.39 |
| HSL | 136º | 0.18% | 0.52% | - |
| HSV(B) | 136º | 0.29% | 0.61% | - |
| XYZ | 21.66 | 28.16 | 22.71 | - |
| YUV | 137.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 122 | 0.29 | 0 | 0.21 | 0.39 | 136 | 0.18 | 0.52 |
| Hex | 6E | 9B | 7A | 1D | 0 | 15 | 27 | 88 | 12 | 34 |
| Octal | 156 | 233 | 172 | 35 | 0 | 25 | 47 | 210 | 22 | 64 |
| Binary | 1101110 | 10011011 | 1111010 | 11101 | 0 | 10101 | 100111 | 10001000 | 10010 | 110100 |
Color Harmonies of #6E9B7A
Complementary color
Monochromatic Colors of #6E9B7A
Black with #6E9B7A
Text Example
Text Example
White with #6E9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9B7A; }
p { color: rgb(110,155,122); }
H1.HeaderClassName
{
color: #6E9B7A;
}
.AnyTagClassName
{
color: #6E9B7A;
}
</style>
background-color css
<style>
a { background-color: #6E9B7A; }
a { background-color: rgb(110,155,122); }
div.DivClassName
{
background-color: #6E9B7A;
}
.BgClassName
{
background-color: #6E9B7A;
}
</style>
border-color css
<style>
span { border-color: #6E9B7A; }
span { border-color: rgb(110,155,122); }
td.TdClassName
{
border-color: #6E9B7A;
}
.TagClassName
{
border-color: #6E9B7A;
}
</style>