Shades of Oxley #6AAA7B
Tints of Oxley #6AAA7B
RGB
CMYK
RGB Variations
Color information
#6AAA7B (or 0x6AAA7B) is known color: Oxley. HEX triplet: 6A, AA and 7B. RGB value is (106,170,123). Sum of RGB (Red+Green+Blue) = 106+170+123=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA7B is #955584. Grayscale: #919191. Windows color (decimal): -9786757 or 8104554. OLE color: 8104554.
HSL color Cylindrical-coordinate representation of color #6AAA7B: hue angle of 135.94º 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 #6AAA7B is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 123 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.33 |
| HSL | 135.94º | 0.27% | 0.54% | - |
| HSV(B) | 135.94º | 0.38% | 0.67% | - |
| XYZ | 23.89 | 33.24 | 23.9 | - |
| YUV | 145.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 123 | 0.38 | 0 | 0.28 | 0.33 | 135.94 | 0.27 | 0.54 |
| Hex | 6A | AA | 7B | 26 | 0 | 1C | 21 | 88 | 1B | 36 |
| Octal | 152 | 252 | 173 | 46 | 0 | 34 | 41 | 210 | 33 | 66 |
| Binary | 1101010 | 10101010 | 1111011 | 100110 | 0 | 11100 | 100001 | 10001000 | 11011 | 110110 |
Color Harmonies of #6AAA7B
Complementary color
Monochromatic Colors of #6AAA7B
Black with #6AAA7B
Text Example
Text Example
White with #6AAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA7B; }
p { color: rgb(106,170,123); }
H1.HeaderClassName
{
color: #6AAA7B;
}
.AnyTagClassName
{
color: #6AAA7B;
}
</style>
background-color css
<style>
a { background-color: #6AAA7B; }
a { background-color: rgb(106,170,123); }
div.DivClassName
{
background-color: #6AAA7B;
}
.BgClassName
{
background-color: #6AAA7B;
}
</style>
border-color css
<style>
span { border-color: #6AAA7B; }
span { border-color: rgb(106,170,123); }
td.TdClassName
{
border-color: #6AAA7B;
}
.TagClassName
{
border-color: #6AAA7B;
}
</style>