Shades of Oxley #6D9F7E
Tints of Oxley #6D9F7E
RGB
CMYK
RGB Variations
Color information
#6D9F7E (or 0x6D9F7E) is known color: Oxley. HEX triplet: 6D, 9F and 7E. RGB value is (109,159,126). Sum of RGB (Red+Green+Blue) = 109+159+126=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #6D9F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9F7E is #926081. Grayscale: #8C8C8C. Windows color (decimal): -9592962 or 8298349. OLE color: 8298349.
HSL color Cylindrical-coordinate representation of color #6D9F7E: hue angle of 140.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9F7E is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 159 | 126 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.38 |
| HSL | 140.4º | 0.21% | 0.53% | - |
| HSV(B) | 140.4º | 0.31% | 0.62% | - |
| XYZ | 22.47 | 29.55 | 24.26 | - |
| YUV | 140.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 126 | 0.31 | 0 | 0.21 | 0.38 | 140.4 | 0.21 | 0.53 |
| Hex | 6D | 9F | 7E | 1F | 0 | 15 | 26 | 8C | 15 | 35 |
| Octal | 155 | 237 | 176 | 37 | 0 | 25 | 46 | 214 | 25 | 65 |
| Binary | 1101101 | 10011111 | 1111110 | 11111 | 0 | 10101 | 100110 | 10001100 | 10101 | 110101 |
Color Harmonies of #6D9F7E
Complementary color
Monochromatic Colors of #6D9F7E
Black with #6D9F7E
Text Example
Text Example
White with #6D9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9F7E; }
p { color: rgb(109,159,126); }
H1.HeaderClassName
{
color: #6D9F7E;
}
.AnyTagClassName
{
color: #6D9F7E;
}
</style>
background-color css
<style>
a { background-color: #6D9F7E; }
a { background-color: rgb(109,159,126); }
div.DivClassName
{
background-color: #6D9F7E;
}
.BgClassName
{
background-color: #6D9F7E;
}
</style>
border-color css
<style>
span { border-color: #6D9F7E; }
span { border-color: rgb(109,159,126); }
td.TdClassName
{
border-color: #6D9F7E;
}
.TagClassName
{
border-color: #6D9F7E;
}
</style>