Shades of Oxley #6DA27B
Tints of Oxley #6DA27B
RGB
CMYK
RGB Variations
Color information
#6DA27B (or 0x6DA27B) is known color: Oxley. HEX triplet: 6D, A2 and 7B. RGB value is (109,162,123). Sum of RGB (Red+Green+Blue) = 109+162+123=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA27B is #925D84. Grayscale: #8D8D8D. Windows color (decimal): -9592197 or 8102509. OLE color: 8102509.
HSL color Cylindrical-coordinate representation of color #6DA27B: hue angle of 135.85º 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 #6DA27B is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 123 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.36 |
| HSL | 135.85º | 0.22% | 0.53% | - |
| HSV(B) | 135.85º | 0.33% | 0.64% | - |
| XYZ | 22.8 | 30.52 | 23.43 | - |
| YUV | 141.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 123 | 0.33 | 0 | 0.24 | 0.36 | 135.85 | 0.22 | 0.53 |
| Hex | 6D | A2 | 7B | 21 | 0 | 18 | 24 | 88 | 16 | 35 |
| Octal | 155 | 242 | 173 | 41 | 0 | 30 | 44 | 210 | 26 | 65 |
| Binary | 1101101 | 10100010 | 1111011 | 100001 | 0 | 11000 | 100100 | 10001000 | 10110 | 110101 |
Color Harmonies of #6DA27B
Complementary color
Monochromatic Colors of #6DA27B
Black with #6DA27B
Text Example
Text Example
White with #6DA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA27B; }
p { color: rgb(109,162,123); }
H1.HeaderClassName
{
color: #6DA27B;
}
.AnyTagClassName
{
color: #6DA27B;
}
</style>
background-color css
<style>
a { background-color: #6DA27B; }
a { background-color: rgb(109,162,123); }
div.DivClassName
{
background-color: #6DA27B;
}
.BgClassName
{
background-color: #6DA27B;
}
</style>
border-color css
<style>
span { border-color: #6DA27B; }
span { border-color: rgb(109,162,123); }
td.TdClassName
{
border-color: #6DA27B;
}
.TagClassName
{
border-color: #6DA27B;
}
</style>