Shades of Oxley #6AAE7A
Tints of Oxley #6AAE7A
RGB
CMYK
RGB Variations
Color information
#6AAE7A (or 0x6AAE7A) is known color: Oxley. HEX triplet: 6A, AE and 7A. RGB value is (106,174,122). Sum of RGB (Red+Green+Blue) = 106+174+122=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE7A is #955185. Grayscale: #939393. Windows color (decimal): -9785734 or 8040042. OLE color: 8040042.
HSL color Cylindrical-coordinate representation of color #6AAE7A: hue angle of 134.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAE7A is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 122 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.32 |
| HSL | 134.12º | 0.3% | 0.55% | - |
| HSV(B) | 134.12º | 0.39% | 0.68% | - |
| XYZ | 24.59 | 34.74 | 23.82 | - |
| YUV | 147.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 122 | 0.39 | 0 | 0.30 | 0.32 | 134.12 | 0.3 | 0.55 |
| Hex | 6A | AE | 7A | 27 | 0 | 1E | 20 | 86 | 1E | 37 |
| Octal | 152 | 256 | 172 | 47 | 0 | 36 | 40 | 206 | 36 | 67 |
| Binary | 1101010 | 10101110 | 1111010 | 100111 | 0 | 11110 | 100000 | 10000110 | 11110 | 110111 |
Color Harmonies of #6AAE7A
Complementary color
Monochromatic Colors of #6AAE7A
Black with #6AAE7A
Text Example
Text Example
White with #6AAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE7A; }
p { color: rgb(106,174,122); }
H1.HeaderClassName
{
color: #6AAE7A;
}
.AnyTagClassName
{
color: #6AAE7A;
}
</style>
background-color css
<style>
a { background-color: #6AAE7A; }
a { background-color: rgb(106,174,122); }
div.DivClassName
{
background-color: #6AAE7A;
}
.BgClassName
{
background-color: #6AAE7A;
}
</style>
border-color css
<style>
span { border-color: #6AAE7A; }
span { border-color: rgb(106,174,122); }
td.TdClassName
{
border-color: #6AAE7A;
}
.TagClassName
{
border-color: #6AAE7A;
}
</style>