Shades of Oxley #6D9F7A
Tints of Oxley #6D9F7A
RGB
CMYK
RGB Variations
Color information
#6D9F7A (or 0x6D9F7A) is known color: Oxley. HEX triplet: 6D, 9F and 7A. RGB value is (109,159,122). Sum of RGB (Red+Green+Blue) = 109+159+122=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #6D9F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9F7A is #926085. Grayscale: #8B8B8B. Windows color (decimal): -9592966 or 8036205. OLE color: 8036205.
HSL color Cylindrical-coordinate representation of color #6D9F7A: hue angle of 135.6º 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 #6D9F7A is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 159 | 122 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.38 |
| HSL | 135.6º | 0.21% | 0.53% | - |
| HSV(B) | 135.6º | 0.31% | 0.62% | - |
| XYZ | 22.22 | 29.45 | 22.93 | - |
| YUV | 139.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 122 | 0.31 | 0 | 0.23 | 0.38 | 135.6 | 0.21 | 0.53 |
| Hex | 6D | 9F | 7A | 1F | 0 | 17 | 26 | 88 | 15 | 35 |
| Octal | 155 | 237 | 172 | 37 | 0 | 27 | 46 | 210 | 25 | 65 |
| Binary | 1101101 | 10011111 | 1111010 | 11111 | 0 | 10111 | 100110 | 10001000 | 10101 | 110101 |
Color Harmonies of #6D9F7A
Complementary color
Monochromatic Colors of #6D9F7A
Black with #6D9F7A
Text Example
Text Example
White with #6D9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9F7A; }
p { color: rgb(109,159,122); }
H1.HeaderClassName
{
color: #6D9F7A;
}
.AnyTagClassName
{
color: #6D9F7A;
}
</style>
background-color css
<style>
a { background-color: #6D9F7A; }
a { background-color: rgb(109,159,122); }
div.DivClassName
{
background-color: #6D9F7A;
}
.BgClassName
{
background-color: #6D9F7A;
}
</style>
border-color css
<style>
span { border-color: #6D9F7A; }
span { border-color: rgb(109,159,122); }
td.TdClassName
{
border-color: #6D9F7A;
}
.TagClassName
{
border-color: #6D9F7A;
}
</style>