Shades of Oxley #6AAA7F
Tints of Oxley #6AAA7F
RGB
CMYK
RGB Variations
Color information
#6AAA7F (or 0x6AAA7F) is known color: Oxley. HEX triplet: 6A, AA and 7F. RGB value is (106,170,127). Sum of RGB (Red+Green+Blue) = 106+170+127=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA7F is #955580. Grayscale: #929292. Windows color (decimal): -9786753 or 8366698. OLE color: 8366698.
HSL color Cylindrical-coordinate representation of color #6AAA7F: hue angle of 139.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA7F is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 127 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.33 |
| HSL | 139.69º | 0.27% | 0.54% | - |
| HSV(B) | 139.69º | 0.38% | 0.67% | - |
| XYZ | 24.15 | 33.35 | 25.24 | - |
| YUV | 145.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 127 | 0.38 | 0 | 0.25 | 0.33 | 139.69 | 0.27 | 0.54 |
| Hex | 6A | AA | 7F | 26 | 0 | 19 | 21 | 8C | 1B | 36 |
| Octal | 152 | 252 | 177 | 46 | 0 | 31 | 41 | 214 | 33 | 66 |
| Binary | 1101010 | 10101010 | 1111111 | 100110 | 0 | 11001 | 100001 | 10001100 | 11011 | 110110 |
Color Harmonies of #6AAA7F
Complementary color
Monochromatic Colors of #6AAA7F
Black with #6AAA7F
Text Example
Text Example
White with #6AAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA7F; }
p { color: rgb(106,170,127); }
H1.HeaderClassName
{
color: #6AAA7F;
}
.AnyTagClassName
{
color: #6AAA7F;
}
</style>
background-color css
<style>
a { background-color: #6AAA7F; }
a { background-color: rgb(106,170,127); }
div.DivClassName
{
background-color: #6AAA7F;
}
.BgClassName
{
background-color: #6AAA7F;
}
</style>
border-color css
<style>
span { border-color: #6AAA7F; }
span { border-color: rgb(106,170,127); }
td.TdClassName
{
border-color: #6AAA7F;
}
.TagClassName
{
border-color: #6AAA7F;
}
</style>