Shades of Oxley #6E997A
Tints of Oxley #6E997A
RGB
CMYK
RGB Variations
Color information
#6E997A (or 0x6E997A) is known color: Oxley. HEX triplet: 6E, 99 and 7A. RGB value is (110,153,122). Sum of RGB (Red+Green+Blue) = 110+153+122=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #6E997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E997A is #916685. Grayscale: #888888. Windows color (decimal): -9528966 or 8034670. OLE color: 8034670.
HSL color Cylindrical-coordinate representation of color #6E997A: hue angle of 136.74º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E997A is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 122 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.4 |
| HSL | 136.74º | 0.17% | 0.52% | - |
| HSV(B) | 136.74º | 0.28% | 0.6% | - |
| XYZ | 21.33 | 27.5 | 22.6 | - |
| YUV | 136.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 122 | 0.28 | 0 | 0.20 | 0.4 | 136.74 | 0.17 | 0.52 |
| Hex | 6E | 99 | 7A | 1C | 0 | 14 | 28 | 89 | 11 | 34 |
| Octal | 156 | 231 | 172 | 34 | 0 | 24 | 50 | 211 | 21 | 64 |
| Binary | 1101110 | 10011001 | 1111010 | 11100 | 0 | 10100 | 101000 | 10001001 | 10001 | 110100 |
Color Harmonies of #6E997A
Complementary color
Monochromatic Colors of #6E997A
Black with #6E997A
Text Example
Text Example
White with #6E997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E997A; }
p { color: rgb(110,153,122); }
H1.HeaderClassName
{
color: #6E997A;
}
.AnyTagClassName
{
color: #6E997A;
}
</style>
background-color css
<style>
a { background-color: #6E997A; }
a { background-color: rgb(110,153,122); }
div.DivClassName
{
background-color: #6E997A;
}
.BgClassName
{
background-color: #6E997A;
}
</style>
border-color css
<style>
span { border-color: #6E997A; }
span { border-color: rgb(110,153,122); }
td.TdClassName
{
border-color: #6E997A;
}
.TagClassName
{
border-color: #6E997A;
}
</style>