Shades of Oxley #6DA078
Tints of Oxley #6DA078
RGB
CMYK
RGB Variations
Color information
#6DA078 (or 0x6DA078) is known color: Oxley. HEX triplet: 6D, A0 and 78. RGB value is (109,160,120). Sum of RGB (Red+Green+Blue) = 109+160+120=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA078 is #925F87. Grayscale: #8C8C8C. Windows color (decimal): -9592712 or 7905389. OLE color: 7905389.
HSL color Cylindrical-coordinate representation of color #6DA078: hue angle of 132.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA078 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 120 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.37 |
| HSL | 132.94º | 0.21% | 0.53% | - |
| HSV(B) | 132.94º | 0.32% | 0.63% | - |
| XYZ | 22.27 | 29.75 | 22.34 | - |
| YUV | 140.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 120 | 0.32 | 0 | 0.25 | 0.37 | 132.94 | 0.21 | 0.53 |
| Hex | 6D | A0 | 78 | 20 | 0 | 19 | 25 | 85 | 15 | 35 |
| Octal | 155 | 240 | 170 | 40 | 0 | 31 | 45 | 205 | 25 | 65 |
| Binary | 1101101 | 10100000 | 1111000 | 100000 | 0 | 11001 | 100101 | 10000101 | 10101 | 110101 |
Color Harmonies of #6DA078
Complementary color
Monochromatic Colors of #6DA078
Black with #6DA078
Text Example
Text Example
White with #6DA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA078; }
p { color: rgb(109,160,120); }
H1.HeaderClassName
{
color: #6DA078;
}
.AnyTagClassName
{
color: #6DA078;
}
</style>
background-color css
<style>
a { background-color: #6DA078; }
a { background-color: rgb(109,160,120); }
div.DivClassName
{
background-color: #6DA078;
}
.BgClassName
{
background-color: #6DA078;
}
</style>
border-color css
<style>
span { border-color: #6DA078; }
span { border-color: rgb(109,160,120); }
td.TdClassName
{
border-color: #6DA078;
}
.TagClassName
{
border-color: #6DA078;
}
</style>