Shades of Oxley #6E9279
Tints of Oxley #6E9279
RGB
CMYK
RGB Variations
Color information
#6E9279 (or 0x6E9279) is known color: Oxley. HEX triplet: 6E, 92 and 79. RGB value is (110,146,121). Sum of RGB (Red+Green+Blue) = 110+146+121=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9279 is #916D86. Grayscale: #848484. Windows color (decimal): -9530759 or 7967342. OLE color: 7967342.
HSL color Cylindrical-coordinate representation of color #6E9279: hue angle of 138.33º 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 #6E9279 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 121 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.43 |
| HSL | 138.33º | 0.14% | 0.5% | - |
| HSV(B) | 138.33º | 0.25% | 0.57% | - |
| XYZ | 20.16 | 25.25 | 21.9 | - |
| YUV | 132.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 121 | 0.25 | 0 | 0.17 | 0.43 | 138.33 | 0.14 | 0.5 |
| Hex | 6E | 92 | 79 | 19 | 0 | 11 | 2B | 8A | E | 32 |
| Octal | 156 | 222 | 171 | 31 | 0 | 21 | 53 | 212 | 16 | 62 |
| Binary | 1101110 | 10010010 | 1111001 | 11001 | 0 | 10001 | 101011 | 10001010 | 1110 | 110010 |
Color Harmonies of #6E9279
Complementary color
Monochromatic Colors of #6E9279
Black with #6E9279
Text Example
Text Example
White with #6E9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9279; }
p { color: rgb(110,146,121); }
H1.HeaderClassName
{
color: #6E9279;
}
.AnyTagClassName
{
color: #6E9279;
}
</style>
background-color css
<style>
a { background-color: #6E9279; }
a { background-color: rgb(110,146,121); }
div.DivClassName
{
background-color: #6E9279;
}
.BgClassName
{
background-color: #6E9279;
}
</style>
border-color css
<style>
span { border-color: #6E9279; }
span { border-color: rgb(110,146,121); }
td.TdClassName
{
border-color: #6E9279;
}
.TagClassName
{
border-color: #6E9279;
}
</style>