Shades of Oxley #6AA07A
Tints of Oxley #6AA07A
RGB
CMYK
RGB Variations
Color information
#6AA07A (or 0x6AA07A) is known color: Oxley. HEX triplet: 6A, A0 and 7A. RGB value is (106,160,122). Sum of RGB (Red+Green+Blue) = 106+160+122=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA07A is #955F85. Grayscale: #8B8B8B. Windows color (decimal): -9789318 or 8036458. OLE color: 8036458.
HSL color Cylindrical-coordinate representation of color #6AA07A: hue angle of 137.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA07A is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 122 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.37 |
| HSL | 137.78º | 0.22% | 0.52% | - |
| HSV(B) | 137.78º | 0.34% | 0.63% | - |
| XYZ | 22.03 | 29.61 | 22.97 | - |
| YUV | 139.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 122 | 0.34 | 0 | 0.24 | 0.37 | 137.78 | 0.22 | 0.52 |
| Hex | 6A | A0 | 7A | 22 | 0 | 18 | 25 | 8A | 16 | 34 |
| Octal | 152 | 240 | 172 | 42 | 0 | 30 | 45 | 212 | 26 | 64 |
| Binary | 1101010 | 10100000 | 1111010 | 100010 | 0 | 11000 | 100101 | 10001010 | 10110 | 110100 |
Color Harmonies of #6AA07A
Complementary color
Monochromatic Colors of #6AA07A
Black with #6AA07A
Text Example
Text Example
White with #6AA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA07A; }
p { color: rgb(106,160,122); }
H1.HeaderClassName
{
color: #6AA07A;
}
.AnyTagClassName
{
color: #6AA07A;
}
</style>
background-color css
<style>
a { background-color: #6AA07A; }
a { background-color: rgb(106,160,122); }
div.DivClassName
{
background-color: #6AA07A;
}
.BgClassName
{
background-color: #6AA07A;
}
</style>
border-color css
<style>
span { border-color: #6AA07A; }
span { border-color: rgb(106,160,122); }
td.TdClassName
{
border-color: #6AA07A;
}
.TagClassName
{
border-color: #6AA07A;
}
</style>