Shades of Oxley #6D937A
Tints of Oxley #6D937A
RGB
CMYK
RGB Variations
Color information
#6D937A (or 0x6D937A) is known color: Oxley. HEX triplet: 6D, 93 and 7A. RGB value is (109,147,122). Sum of RGB (Red+Green+Blue) = 109+147+122=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #6D937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D937A is #926C85. Grayscale: #848484. Windows color (decimal): -9596038 or 8033133. OLE color: 8033133.
HSL color Cylindrical-coordinate representation of color #6D937A: hue angle of 140.53º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D937A is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 147 | 122 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.42 |
| HSL | 140.53º | 0.15% | 0.5% | - |
| HSV(B) | 140.53º | 0.26% | 0.58% | - |
| XYZ | 20.25 | 25.52 | 22.27 | - |
| YUV | 132.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 122 | 0.26 | 0 | 0.17 | 0.42 | 140.53 | 0.15 | 0.5 |
| Hex | 6D | 93 | 7A | 1A | 0 | 11 | 2A | 8D | F | 32 |
| Octal | 155 | 223 | 172 | 32 | 0 | 21 | 52 | 215 | 17 | 62 |
| Binary | 1101101 | 10010011 | 1111010 | 11010 | 0 | 10001 | 101010 | 10001101 | 1111 | 110010 |
Color Harmonies of #6D937A
Complementary color
Monochromatic Colors of #6D937A
Black with #6D937A
Text Example
Text Example
White with #6D937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D937A; }
p { color: rgb(109,147,122); }
H1.HeaderClassName
{
color: #6D937A;
}
.AnyTagClassName
{
color: #6D937A;
}
</style>
background-color css
<style>
a { background-color: #6D937A; }
a { background-color: rgb(109,147,122); }
div.DivClassName
{
background-color: #6D937A;
}
.BgClassName
{
background-color: #6D937A;
}
</style>
border-color css
<style>
span { border-color: #6D937A; }
span { border-color: rgb(109,147,122); }
td.TdClassName
{
border-color: #6D937A;
}
.TagClassName
{
border-color: #6D937A;
}
</style>