Shades of Oxley #6DA270
Tints of Oxley #6DA270
RGB
CMYK
RGB Variations
Color information
#6DA270 (or 0x6DA270) is known color: Oxley. HEX triplet: 6D, A2 and 70. RGB value is (109,162,112). Sum of RGB (Red+Green+Blue) = 109+162+112=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA270 is #925D8F. Grayscale: #8C8C8C. Windows color (decimal): -9592208 or 7381613. OLE color: 7381613.
HSL color Cylindrical-coordinate representation of color #6DA270: hue angle of 123.4º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6DA270 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 112 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.36 |
| HSL | 123.4º | 0.22% | 0.53% | - |
| HSV(B) | 123.4º | 0.33% | 0.64% | - |
| XYZ | 22.15 | 30.26 | 20 | - |
| YUV | 140.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 112 | 0.33 | 0 | 0.31 | 0.36 | 123.4 | 0.22 | 0.53 |
| Hex | 6D | A2 | 70 | 21 | 0 | 1F | 24 | 7B | 16 | 35 |
| Octal | 155 | 242 | 160 | 41 | 0 | 37 | 44 | 173 | 26 | 65 |
| Binary | 1101101 | 10100010 | 1110000 | 100001 | 0 | 11111 | 100100 | 1111011 | 10110 | 110101 |
Color Harmonies of #6DA270
Complementary color
Monochromatic Colors of #6DA270
Black with #6DA270
Text Example
Text Example
White with #6DA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA270; }
p { color: rgb(109,162,112); }
H1.HeaderClassName
{
color: #6DA270;
}
.AnyTagClassName
{
color: #6DA270;
}
</style>
background-color css
<style>
a { background-color: #6DA270; }
a { background-color: rgb(109,162,112); }
div.DivClassName
{
background-color: #6DA270;
}
.BgClassName
{
background-color: #6DA270;
}
</style>
border-color css
<style>
span { border-color: #6DA270; }
span { border-color: rgb(109,162,112); }
td.TdClassName
{
border-color: #6DA270;
}
.TagClassName
{
border-color: #6DA270;
}
</style>