Shades of Oxley #6D9275
Tints of Oxley #6D9275
RGB
CMYK
RGB Variations
Color information
#6D9275 (or 0x6D9275) is known color: Oxley. HEX triplet: 6D, 92 and 75. RGB value is (109,146,117). Sum of RGB (Red+Green+Blue) = 109+146+117=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9275 is #926D8A. Grayscale: #838383. Windows color (decimal): -9596299 or 7705197. OLE color: 7705197.
HSL color Cylindrical-coordinate representation of color #6D9275: hue angle of 132.97º degrees, saturation: 0.15, 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 #6D9275 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 146 | 117 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.43 |
| HSL | 132.97º | 0.15% | 0.5% | - |
| HSV(B) | 132.97º | 0.25% | 0.57% | - |
| XYZ | 19.8 | 25.09 | 20.63 | - |
| YUV | 131.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 117 | 0.25 | 0 | 0.20 | 0.43 | 132.97 | 0.15 | 0.5 |
| Hex | 6D | 92 | 75 | 19 | 0 | 14 | 2B | 85 | F | 32 |
| Octal | 155 | 222 | 165 | 31 | 0 | 24 | 53 | 205 | 17 | 62 |
| Binary | 1101101 | 10010010 | 1110101 | 11001 | 0 | 10100 | 101011 | 10000101 | 1111 | 110010 |
Color Harmonies of #6D9275
Complementary color
Monochromatic Colors of #6D9275
Black with #6D9275
Text Example
Text Example
White with #6D9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9275; }
p { color: rgb(109,146,117); }
H1.HeaderClassName
{
color: #6D9275;
}
.AnyTagClassName
{
color: #6D9275;
}
</style>
background-color css
<style>
a { background-color: #6D9275; }
a { background-color: rgb(109,146,117); }
div.DivClassName
{
background-color: #6D9275;
}
.BgClassName
{
background-color: #6D9275;
}
</style>
border-color css
<style>
span { border-color: #6D9275; }
span { border-color: rgb(109,146,117); }
td.TdClassName
{
border-color: #6D9275;
}
.TagClassName
{
border-color: #6D9275;
}
</style>