Shades of Oxley #6D9A73
Tints of Oxley #6D9A73
RGB
CMYK
RGB Variations
Color information
#6D9A73 (or 0x6D9A73) is known color: Oxley. HEX triplet: 6D, 9A and 73. RGB value is (109,154,115). Sum of RGB (Red+Green+Blue) = 109+154+115=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9A73 is #92658C. Grayscale: #888888. Windows color (decimal): -9594253 or 7576173. OLE color: 7576173.
HSL color Cylindrical-coordinate representation of color #6D9A73: hue angle of 128º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9A73 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 154 | 115 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.40 |
| HSL | 128º | 0.18% | 0.52% | - |
| HSV(B) | 128º | 0.29% | 0.6% | - |
| XYZ | 20.96 | 27.6 | 20.44 | - |
| YUV | 136.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 115 | 0.29 | 0 | 0.25 | 0.40 | 128 | 0.18 | 0.52 |
| Hex | 6D | 9A | 73 | 1D | 0 | 19 | 28 | 80 | 12 | 34 |
| Octal | 155 | 232 | 163 | 35 | 0 | 31 | 50 | 200 | 22 | 64 |
| Binary | 1101101 | 10011010 | 1110011 | 11101 | 0 | 11001 | 101000 | 10000000 | 10010 | 110100 |
Color Harmonies of #6D9A73
Complementary color
Monochromatic Colors of #6D9A73
Black with #6D9A73
Text Example
Text Example
White with #6D9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9A73; }
p { color: rgb(109,154,115); }
H1.HeaderClassName
{
color: #6D9A73;
}
.AnyTagClassName
{
color: #6D9A73;
}
</style>
background-color css
<style>
a { background-color: #6D9A73; }
a { background-color: rgb(109,154,115); }
div.DivClassName
{
background-color: #6D9A73;
}
.BgClassName
{
background-color: #6D9A73;
}
</style>
border-color css
<style>
span { border-color: #6D9A73; }
span { border-color: rgb(109,154,115); }
td.TdClassName
{
border-color: #6D9A73;
}
.TagClassName
{
border-color: #6D9A73;
}
</style>