Shades of Oxley #6DAC7F
Tints of Oxley #6DAC7F
RGB
CMYK
RGB Variations
Color information
#6DAC7F (or 0x6DAC7F) is known color: Oxley. HEX triplet: 6D, AC and 7F. RGB value is (109,172,127). Sum of RGB (Red+Green+Blue) = 109+172+127=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC7F is #925380. Grayscale: #949494. Windows color (decimal): -9589633 or 8367213. OLE color: 8367213.
HSL color Cylindrical-coordinate representation of color #6DAC7F: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAC7F is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 127 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.33 |
| HSL | 137.14º | 0.28% | 0.55% | - |
| HSV(B) | 137.14º | 0.37% | 0.67% | - |
| XYZ | 24.89 | 34.29 | 25.39 | - |
| YUV | 148.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 127 | 0.37 | 0 | 0.26 | 0.33 | 137.14 | 0.28 | 0.55 |
| Hex | 6D | AC | 7F | 25 | 0 | 1A | 21 | 89 | 1C | 37 |
| Octal | 155 | 254 | 177 | 45 | 0 | 32 | 41 | 211 | 34 | 67 |
| Binary | 1101101 | 10101100 | 1111111 | 100101 | 0 | 11010 | 100001 | 10001001 | 11100 | 110111 |
Color Harmonies of #6DAC7F
Complementary color
Monochromatic Colors of #6DAC7F
Black with #6DAC7F
Text Example
Text Example
White with #6DAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC7F; }
p { color: rgb(109,172,127); }
H1.HeaderClassName
{
color: #6DAC7F;
}
.AnyTagClassName
{
color: #6DAC7F;
}
</style>
background-color css
<style>
a { background-color: #6DAC7F; }
a { background-color: rgb(109,172,127); }
div.DivClassName
{
background-color: #6DAC7F;
}
.BgClassName
{
background-color: #6DAC7F;
}
</style>
border-color css
<style>
span { border-color: #6DAC7F; }
span { border-color: rgb(109,172,127); }
td.TdClassName
{
border-color: #6DAC7F;
}
.TagClassName
{
border-color: #6DAC7F;
}
</style>