Shades of Oxley #6DA574
Tints of Oxley #6DA574
RGB
CMYK
RGB Variations
Color information
#6DA574 (or 0x6DA574) is known color: Oxley. HEX triplet: 6D, A5 and 74. RGB value is (109,165,116). Sum of RGB (Red+Green+Blue) = 109+165+116=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA574 is #925A8B. Grayscale: #8E8E8E. Windows color (decimal): -9591436 or 7644525. OLE color: 7644525.
HSL color Cylindrical-coordinate representation of color #6DA574: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA574 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 116 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.35 |
| HSL | 127.5º | 0.24% | 0.54% | - |
| HSV(B) | 127.5º | 0.34% | 0.65% | - |
| XYZ | 22.91 | 31.42 | 21.38 | - |
| YUV | 142.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 116 | 0.34 | 0 | 0.30 | 0.35 | 127.5 | 0.24 | 0.54 |
| Hex | 6D | A5 | 74 | 22 | 0 | 1E | 23 | 80 | 18 | 36 |
| Octal | 155 | 245 | 164 | 42 | 0 | 36 | 43 | 200 | 30 | 66 |
| Binary | 1101101 | 10100101 | 1110100 | 100010 | 0 | 11110 | 100011 | 10000000 | 11000 | 110110 |
Color Harmonies of #6DA574
Complementary color
Monochromatic Colors of #6DA574
Black with #6DA574
Text Example
Text Example
White with #6DA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA574; }
p { color: rgb(109,165,116); }
H1.HeaderClassName
{
color: #6DA574;
}
.AnyTagClassName
{
color: #6DA574;
}
</style>
background-color css
<style>
a { background-color: #6DA574; }
a { background-color: rgb(109,165,116); }
div.DivClassName
{
background-color: #6DA574;
}
.BgClassName
{
background-color: #6DA574;
}
</style>
border-color css
<style>
span { border-color: #6DA574; }
span { border-color: rgb(109,165,116); }
td.TdClassName
{
border-color: #6DA574;
}
.TagClassName
{
border-color: #6DA574;
}
</style>