Shades of Oxley #6E927A
Tints of Oxley #6E927A
RGB
CMYK
RGB Variations
Color information
#6E927A (or 0x6E927A) is known color: Oxley. HEX triplet: 6E, 92 and 7A. RGB value is (110,146,122). Sum of RGB (Red+Green+Blue) = 110+146+122=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #6E927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E927A is #916D85. Grayscale: #848484. Windows color (decimal): -9530758 or 8032878. OLE color: 8032878.
HSL color Cylindrical-coordinate representation of color #6E927A: hue angle of 140º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E927A is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 122 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.43 |
| HSL | 140º | 0.14% | 0.5% | - |
| HSV(B) | 140º | 0.25% | 0.57% | - |
| XYZ | 20.22 | 25.28 | 22.23 | - |
| YUV | 132.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 122 | 0.25 | 0 | 0.16 | 0.43 | 140 | 0.14 | 0.5 |
| Hex | 6E | 92 | 7A | 19 | 0 | 10 | 2B | 8C | E | 32 |
| Octal | 156 | 222 | 172 | 31 | 0 | 20 | 53 | 214 | 16 | 62 |
| Binary | 1101110 | 10010010 | 1111010 | 11001 | 0 | 10000 | 101011 | 10001100 | 1110 | 110010 |
Color Harmonies of #6E927A
Complementary color
Monochromatic Colors of #6E927A
Black with #6E927A
Text Example
Text Example
White with #6E927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E927A; }
p { color: rgb(110,146,122); }
H1.HeaderClassName
{
color: #6E927A;
}
.AnyTagClassName
{
color: #6E927A;
}
</style>
background-color css
<style>
a { background-color: #6E927A; }
a { background-color: rgb(110,146,122); }
div.DivClassName
{
background-color: #6E927A;
}
.BgClassName
{
background-color: #6E927A;
}
</style>
border-color css
<style>
span { border-color: #6E927A; }
span { border-color: rgb(110,146,122); }
td.TdClassName
{
border-color: #6E927A;
}
.TagClassName
{
border-color: #6E927A;
}
</style>