Shades of Oxley #6DA477
Tints of Oxley #6DA477
RGB
CMYK
RGB Variations
Color information
#6DA477 (or 0x6DA477) is known color: Oxley. HEX triplet: 6D, A4 and 77. RGB value is (109,164,119). Sum of RGB (Red+Green+Blue) = 109+164+119=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA477 is #925B88. Grayscale: #8E8E8E. Windows color (decimal): -9591689 or 7840877. OLE color: 7840877.
HSL color Cylindrical-coordinate representation of color #6DA477: hue angle of 130.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA477 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 119 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.36 |
| HSL | 130.91º | 0.23% | 0.54% | - |
| HSV(B) | 130.91º | 0.34% | 0.64% | - |
| XYZ | 22.91 | 31.13 | 22.25 | - |
| YUV | 142.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 119 | 0.34 | 0 | 0.27 | 0.36 | 130.91 | 0.23 | 0.54 |
| Hex | 6D | A4 | 77 | 22 | 0 | 1B | 24 | 83 | 17 | 36 |
| Octal | 155 | 244 | 167 | 42 | 0 | 33 | 44 | 203 | 27 | 66 |
| Binary | 1101101 | 10100100 | 1110111 | 100010 | 0 | 11011 | 100100 | 10000011 | 10111 | 110110 |
Color Harmonies of #6DA477
Complementary color
Monochromatic Colors of #6DA477
Black with #6DA477
Text Example
Text Example
White with #6DA477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA477; }
p { color: rgb(109,164,119); }
H1.HeaderClassName
{
color: #6DA477;
}
.AnyTagClassName
{
color: #6DA477;
}
</style>
background-color css
<style>
a { background-color: #6DA477; }
a { background-color: rgb(109,164,119); }
div.DivClassName
{
background-color: #6DA477;
}
.BgClassName
{
background-color: #6DA477;
}
</style>
border-color css
<style>
span { border-color: #6DA477; }
span { border-color: rgb(109,164,119); }
td.TdClassName
{
border-color: #6DA477;
}
.TagClassName
{
border-color: #6DA477;
}
</style>