Shades of Oxley #6D9A82
Tints of Oxley #6D9A82
RGB
CMYK
RGB Variations
Color information
#6D9A82 (or 0x6D9A82) is known color: Oxley. HEX triplet: 6D, 9A and 82. RGB value is (109,154,130). Sum of RGB (Red+Green+Blue) = 109+154+130=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9A82 is #92657D. Grayscale: #898989. Windows color (decimal): -9594238 or 8559213. OLE color: 8559213.
HSL color Cylindrical-coordinate representation of color #6D9A82: hue angle of 148º 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 #6D9A82 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 154 | 130 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.40 |
| HSL | 148º | 0.18% | 0.52% | - |
| HSV(B) | 148º | 0.29% | 0.6% | - |
| XYZ | 21.89 | 27.97 | 25.36 | - |
| YUV | 137.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 130 | 0.29 | 0 | 0.16 | 0.40 | 148 | 0.18 | 0.52 |
| Hex | 6D | 9A | 82 | 1D | 0 | 10 | 28 | 94 | 12 | 34 |
| Octal | 155 | 232 | 202 | 35 | 0 | 20 | 50 | 224 | 22 | 64 |
| Binary | 1101101 | 10011010 | 10000010 | 11101 | 0 | 10000 | 101000 | 10010100 | 10010 | 110100 |
Color Harmonies of #6D9A82
Complementary color
Monochromatic Colors of #6D9A82
Black with #6D9A82
Text Example
Text Example
White with #6D9A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9A82; }
p { color: rgb(109,154,130); }
H1.HeaderClassName
{
color: #6D9A82;
}
.AnyTagClassName
{
color: #6D9A82;
}
</style>
background-color css
<style>
a { background-color: #6D9A82; }
a { background-color: rgb(109,154,130); }
div.DivClassName
{
background-color: #6D9A82;
}
.BgClassName
{
background-color: #6D9A82;
}
</style>
border-color css
<style>
span { border-color: #6D9A82; }
span { border-color: rgb(109,154,130); }
td.TdClassName
{
border-color: #6D9A82;
}
.TagClassName
{
border-color: #6D9A82;
}
</style>