Shades of Oxley #6DAA7D
Tints of Oxley #6DAA7D
RGB
CMYK
RGB Variations
Color information
#6DAA7D (or 0x6DAA7D) is known color: Oxley. HEX triplet: 6D, AA and 7D. RGB value is (109,170,125). Sum of RGB (Red+Green+Blue) = 109+170+125=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA7D is #925582. Grayscale: #929292. Windows color (decimal): -9590147 or 8235629. OLE color: 8235629.
HSL color Cylindrical-coordinate representation of color #6DAA7D: hue angle of 135.74º 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 #6DAA7D is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 125 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.33 |
| HSL | 135.74º | 0.26% | 0.55% | - |
| HSV(B) | 135.74º | 0.36% | 0.67% | - |
| XYZ | 24.38 | 33.48 | 24.58 | - |
| YUV | 146.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 125 | 0.36 | 0 | 0.26 | 0.33 | 135.74 | 0.26 | 0.55 |
| Hex | 6D | AA | 7D | 24 | 0 | 1A | 21 | 88 | 1A | 37 |
| Octal | 155 | 252 | 175 | 44 | 0 | 32 | 41 | 210 | 32 | 67 |
| Binary | 1101101 | 10101010 | 1111101 | 100100 | 0 | 11010 | 100001 | 10001000 | 11010 | 110111 |
Color Harmonies of #6DAA7D
Complementary color
Monochromatic Colors of #6DAA7D
Black with #6DAA7D
Text Example
Text Example
White with #6DAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA7D; }
p { color: rgb(109,170,125); }
H1.HeaderClassName
{
color: #6DAA7D;
}
.AnyTagClassName
{
color: #6DAA7D;
}
</style>
background-color css
<style>
a { background-color: #6DAA7D; }
a { background-color: rgb(109,170,125); }
div.DivClassName
{
background-color: #6DAA7D;
}
.BgClassName
{
background-color: #6DAA7D;
}
</style>
border-color css
<style>
span { border-color: #6DAA7D; }
span { border-color: rgb(109,170,125); }
td.TdClassName
{
border-color: #6DAA7D;
}
.TagClassName
{
border-color: #6DAA7D;
}
</style>