Shades of Oxley #6E9276
Tints of Oxley #6E9276
RGB
CMYK
RGB Variations
Color information
#6E9276 (or 0x6E9276) is known color: Oxley. HEX triplet: 6E, 92 and 76. RGB value is (110,146,118). Sum of RGB (Red+Green+Blue) = 110+146+118=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9276 is #916D89. Grayscale: #848484. Windows color (decimal): -9530762 or 7770734. OLE color: 7770734.
HSL color Cylindrical-coordinate representation of color #6E9276: hue angle of 133.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 #6E9276 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 118 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.43 |
| HSL | 133.33º | 0.14% | 0.5% | - |
| HSV(B) | 133.33º | 0.25% | 0.57% | - |
| XYZ | 19.98 | 25.18 | 20.95 | - |
| YUV | 132.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 118 | 0.25 | 0 | 0.19 | 0.43 | 133.33 | 0.14 | 0.5 |
| Hex | 6E | 92 | 76 | 19 | 0 | 13 | 2B | 85 | E | 32 |
| Octal | 156 | 222 | 166 | 31 | 0 | 23 | 53 | 205 | 16 | 62 |
| Binary | 1101110 | 10010010 | 1110110 | 11001 | 0 | 10011 | 101011 | 10000101 | 1110 | 110010 |
Color Harmonies of #6E9276
Complementary color
Monochromatic Colors of #6E9276
Black with #6E9276
Text Example
Text Example
White with #6E9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9276; }
p { color: rgb(110,146,118); }
H1.HeaderClassName
{
color: #6E9276;
}
.AnyTagClassName
{
color: #6E9276;
}
</style>
background-color css
<style>
a { background-color: #6E9276; }
a { background-color: rgb(110,146,118); }
div.DivClassName
{
background-color: #6E9276;
}
.BgClassName
{
background-color: #6E9276;
}
</style>
border-color css
<style>
span { border-color: #6E9276; }
span { border-color: rgb(110,146,118); }
td.TdClassName
{
border-color: #6E9276;
}
.TagClassName
{
border-color: #6E9276;
}
</style>