Shades of Oxley #6D9879
Tints of Oxley #6D9879
RGB
CMYK
RGB Variations
Color information
#6D9879 (or 0x6D9879) is known color: Oxley. HEX triplet: 6D, 98 and 79. RGB value is (109,152,121). Sum of RGB (Red+Green+Blue) = 109+152+121=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #6D9879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9879 is #926786. Grayscale: #878787. Windows color (decimal): -9594759 or 7968877. OLE color: 7968877.
HSL color Cylindrical-coordinate representation of color #6D9879: hue angle of 136.74º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D9879 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 152 | 121 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.40 |
| HSL | 136.74º | 0.17% | 0.51% | - |
| HSV(B) | 136.74º | 0.28% | 0.6% | - |
| XYZ | 20.99 | 27.09 | 22.21 | - |
| YUV | 135.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 121 | 0.28 | 0 | 0.20 | 0.40 | 136.74 | 0.17 | 0.51 |
| Hex | 6D | 98 | 79 | 1C | 0 | 14 | 28 | 89 | 11 | 33 |
| Octal | 155 | 230 | 171 | 34 | 0 | 24 | 50 | 211 | 21 | 63 |
| Binary | 1101101 | 10011000 | 1111001 | 11100 | 0 | 10100 | 101000 | 10001001 | 10001 | 110011 |
Color Harmonies of #6D9879
Complementary color
Monochromatic Colors of #6D9879
Black with #6D9879
Text Example
Text Example
White with #6D9879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9879; }
p { color: rgb(109,152,121); }
H1.HeaderClassName
{
color: #6D9879;
}
.AnyTagClassName
{
color: #6D9879;
}
</style>
background-color css
<style>
a { background-color: #6D9879; }
a { background-color: rgb(109,152,121); }
div.DivClassName
{
background-color: #6D9879;
}
.BgClassName
{
background-color: #6D9879;
}
</style>
border-color css
<style>
span { border-color: #6D9879; }
span { border-color: rgb(109,152,121); }
td.TdClassName
{
border-color: #6D9879;
}
.TagClassName
{
border-color: #6D9879;
}
</style>