Shades of Oxley #6AA276
Tints of Oxley #6AA276
RGB
CMYK
RGB Variations
Color information
#6AA276 (or 0x6AA276) is known color: Oxley. HEX triplet: 6A, A2 and 76. RGB value is (106,162,118). Sum of RGB (Red+Green+Blue) = 106+162+118=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA276 is #955D89. Grayscale: #8C8C8C. Windows color (decimal): -9788810 or 7774826. OLE color: 7774826.
HSL color Cylindrical-coordinate representation of color #6AA276: hue angle of 132.86º degrees, saturation: 0.23, 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 #6AA276 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 162 | 118 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.36 |
| HSL | 132.86º | 0.23% | 0.53% | - |
| HSV(B) | 132.86º | 0.35% | 0.64% | - |
| XYZ | 22.13 | 30.21 | 21.8 | - |
| YUV | 140.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 162 | 118 | 0.35 | 0 | 0.27 | 0.36 | 132.86 | 0.23 | 0.53 |
| Hex | 6A | A2 | 76 | 23 | 0 | 1B | 24 | 85 | 17 | 35 |
| Octal | 152 | 242 | 166 | 43 | 0 | 33 | 44 | 205 | 27 | 65 |
| Binary | 1101010 | 10100010 | 1110110 | 100011 | 0 | 11011 | 100100 | 10000101 | 10111 | 110101 |
Color Harmonies of #6AA276
Complementary color
Monochromatic Colors of #6AA276
Black with #6AA276
Text Example
Text Example
White with #6AA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA276; }
p { color: rgb(106,162,118); }
H1.HeaderClassName
{
color: #6AA276;
}
.AnyTagClassName
{
color: #6AA276;
}
</style>
background-color css
<style>
a { background-color: #6AA276; }
a { background-color: rgb(106,162,118); }
div.DivClassName
{
background-color: #6AA276;
}
.BgClassName
{
background-color: #6AA276;
}
</style>
border-color css
<style>
span { border-color: #6AA276; }
span { border-color: rgb(106,162,118); }
td.TdClassName
{
border-color: #6AA276;
}
.TagClassName
{
border-color: #6AA276;
}
</style>