Shades of Oxley #6DAA7B
Tints of Oxley #6DAA7B
RGB
CMYK
RGB Variations
Color information
#6DAA7B (or 0x6DAA7B) is known color: Oxley. HEX triplet: 6D, AA and 7B. RGB value is (109,170,123). Sum of RGB (Red+Green+Blue) = 109+170+123=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA7B is #925584. Grayscale: #929292. Windows color (decimal): -9590149 or 8104557. OLE color: 8104557.
HSL color Cylindrical-coordinate representation of color #6DAA7B: hue angle of 133.77º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA7B is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 123 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.33 |
| HSL | 133.77º | 0.26% | 0.55% | - |
| HSV(B) | 133.77º | 0.36% | 0.67% | - |
| XYZ | 24.26 | 33.43 | 23.91 | - |
| YUV | 146.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 123 | 0.36 | 0 | 0.28 | 0.33 | 133.77 | 0.26 | 0.55 |
| Hex | 6D | AA | 7B | 24 | 0 | 1C | 21 | 86 | 1A | 37 |
| Octal | 155 | 252 | 173 | 44 | 0 | 34 | 41 | 206 | 32 | 67 |
| Binary | 1101101 | 10101010 | 1111011 | 100100 | 0 | 11100 | 100001 | 10000110 | 11010 | 110111 |
Color Harmonies of #6DAA7B
Complementary color
Monochromatic Colors of #6DAA7B
Black with #6DAA7B
Text Example
Text Example
White with #6DAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA7B; }
p { color: rgb(109,170,123); }
H1.HeaderClassName
{
color: #6DAA7B;
}
.AnyTagClassName
{
color: #6DAA7B;
}
</style>
background-color css
<style>
a { background-color: #6DAA7B; }
a { background-color: rgb(109,170,123); }
div.DivClassName
{
background-color: #6DAA7B;
}
.BgClassName
{
background-color: #6DAA7B;
}
</style>
border-color css
<style>
span { border-color: #6DAA7B; }
span { border-color: rgb(109,170,123); }
td.TdClassName
{
border-color: #6DAA7B;
}
.TagClassName
{
border-color: #6DAA7B;
}
</style>