Shades of Oxley #6DA87C
Tints of Oxley #6DA87C
RGB
CMYK
RGB Variations
Color information
#6DA87C (or 0x6DA87C) is known color: Oxley. HEX triplet: 6D, A8 and 7C. RGB value is (109,168,124). Sum of RGB (Red+Green+Blue) = 109+168+124=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA87C is #925783. Grayscale: #919191. Windows color (decimal): -9590660 or 8169581. OLE color: 8169581.
HSL color Cylindrical-coordinate representation of color #6DA87C: hue angle of 135.25º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA87C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 124 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.34 |
| HSL | 135.25º | 0.25% | 0.54% | - |
| HSV(B) | 135.25º | 0.35% | 0.66% | - |
| XYZ | 23.95 | 32.71 | 24.12 | - |
| YUV | 145.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 124 | 0.35 | 0 | 0.26 | 0.34 | 135.25 | 0.25 | 0.54 |
| Hex | 6D | A8 | 7C | 23 | 0 | 1A | 22 | 87 | 19 | 36 |
| Octal | 155 | 250 | 174 | 43 | 0 | 32 | 42 | 207 | 31 | 66 |
| Binary | 1101101 | 10101000 | 1111100 | 100011 | 0 | 11010 | 100010 | 10000111 | 11001 | 110110 |
Color Harmonies of #6DA87C
Complementary color
Monochromatic Colors of #6DA87C
Black with #6DA87C
Text Example
Text Example
White with #6DA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA87C; }
p { color: rgb(109,168,124); }
H1.HeaderClassName
{
color: #6DA87C;
}
.AnyTagClassName
{
color: #6DA87C;
}
</style>
background-color css
<style>
a { background-color: #6DA87C; }
a { background-color: rgb(109,168,124); }
div.DivClassName
{
background-color: #6DA87C;
}
.BgClassName
{
background-color: #6DA87C;
}
</style>
border-color css
<style>
span { border-color: #6DA87C; }
span { border-color: rgb(109,168,124); }
td.TdClassName
{
border-color: #6DA87C;
}
.TagClassName
{
border-color: #6DA87C;
}
</style>