Shades of Oxley #6DAC79
Tints of Oxley #6DAC79
RGB
CMYK
RGB Variations
Color information
#6DAC79 (or 0x6DAC79) is known color: Oxley. HEX triplet: 6D, AC and 79. RGB value is (109,172,121). Sum of RGB (Red+Green+Blue) = 109+172+121=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC79 is #925386. Grayscale: #939393. Windows color (decimal): -9589639 or 7973997. OLE color: 7973997.
HSL color Cylindrical-coordinate representation of color #6DAC79: hue angle of 131.43º 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 #6DAC79 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 121 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.33 |
| HSL | 131.43º | 0.28% | 0.55% | - |
| HSV(B) | 131.43º | 0.37% | 0.67% | - |
| XYZ | 24.51 | 34.14 | 23.39 | - |
| YUV | 147.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 121 | 0.37 | 0 | 0.30 | 0.33 | 131.43 | 0.28 | 0.55 |
| Hex | 6D | AC | 79 | 25 | 0 | 1E | 21 | 83 | 1C | 37 |
| Octal | 155 | 254 | 171 | 45 | 0 | 36 | 41 | 203 | 34 | 67 |
| Binary | 1101101 | 10101100 | 1111001 | 100101 | 0 | 11110 | 100001 | 10000011 | 11100 | 110111 |
Color Harmonies of #6DAC79
Complementary color
Monochromatic Colors of #6DAC79
Black with #6DAC79
Text Example
Text Example
White with #6DAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC79; }
p { color: rgb(109,172,121); }
H1.HeaderClassName
{
color: #6DAC79;
}
.AnyTagClassName
{
color: #6DAC79;
}
</style>
background-color css
<style>
a { background-color: #6DAC79; }
a { background-color: rgb(109,172,121); }
div.DivClassName
{
background-color: #6DAC79;
}
.BgClassName
{
background-color: #6DAC79;
}
</style>
border-color css
<style>
span { border-color: #6DAC79; }
span { border-color: rgb(109,172,121); }
td.TdClassName
{
border-color: #6DAC79;
}
.TagClassName
{
border-color: #6DAC79;
}
</style>