Shades of Oxley #6AA482
Tints of Oxley #6AA482
RGB
CMYK
RGB Variations
Color information
#6AA482 (or 0x6AA482) is known color: Oxley. HEX triplet: 6A, A4 and 82. RGB value is (106,164,130). Sum of RGB (Red+Green+Blue) = 106+164+130=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA482 is #955B7D. Grayscale: #8E8E8E. Windows color (decimal): -9788286 or 8561770. OLE color: 8561770.
HSL color Cylindrical-coordinate representation of color #6AA482: hue angle of 144.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA482 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 130 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.36 |
| HSL | 144.83º | 0.24% | 0.53% | - |
| HSV(B) | 144.83º | 0.35% | 0.64% | - |
| XYZ | 23.25 | 31.23 | 25.92 | - |
| YUV | 142.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 130 | 0.35 | 0 | 0.21 | 0.36 | 144.83 | 0.24 | 0.53 |
| Hex | 6A | A4 | 82 | 23 | 0 | 15 | 24 | 91 | 18 | 35 |
| Octal | 152 | 244 | 202 | 43 | 0 | 25 | 44 | 221 | 30 | 65 |
| Binary | 1101010 | 10100100 | 10000010 | 100011 | 0 | 10101 | 100100 | 10010001 | 11000 | 110101 |
Color Harmonies of #6AA482
Complementary color
Monochromatic Colors of #6AA482
Black with #6AA482
Text Example
Text Example
White with #6AA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA482; }
p { color: rgb(106,164,130); }
H1.HeaderClassName
{
color: #6AA482;
}
.AnyTagClassName
{
color: #6AA482;
}
</style>
background-color css
<style>
a { background-color: #6AA482; }
a { background-color: rgb(106,164,130); }
div.DivClassName
{
background-color: #6AA482;
}
.BgClassName
{
background-color: #6AA482;
}
</style>
border-color css
<style>
span { border-color: #6AA482; }
span { border-color: rgb(106,164,130); }
td.TdClassName
{
border-color: #6AA482;
}
.TagClassName
{
border-color: #6AA482;
}
</style>