Shades of Oxley #6A9776
Tints of Oxley #6A9776
RGB
CMYK
RGB Variations
Color information
#6A9776 (or 0x6A9776) is known color: Oxley. HEX triplet: 6A, 97 and 76. RGB value is (106,151,118). Sum of RGB (Red+Green+Blue) = 106+151+118=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9776 is #956889. Grayscale: #858585. Windows color (decimal): -9791626 or 7772010. OLE color: 7772010.
HSL color Cylindrical-coordinate representation of color #6A9776: hue angle of 136º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A9776 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 118 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.41 |
| HSL | 136º | 0.18% | 0.5% | - |
| HSV(B) | 136º | 0.3% | 0.59% | - |
| XYZ | 20.28 | 26.51 | 21.19 | - |
| YUV | 133.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 118 | 0.30 | 0 | 0.22 | 0.41 | 136 | 0.18 | 0.5 |
| Hex | 6A | 97 | 76 | 1E | 0 | 16 | 29 | 88 | 12 | 32 |
| Octal | 152 | 227 | 166 | 36 | 0 | 26 | 51 | 210 | 22 | 62 |
| Binary | 1101010 | 10010111 | 1110110 | 11110 | 0 | 10110 | 101001 | 10001000 | 10010 | 110010 |
Color Harmonies of #6A9776
Complementary color
Monochromatic Colors of #6A9776
Black with #6A9776
Text Example
Text Example
White with #6A9776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9776; }
p { color: rgb(106,151,118); }
H1.HeaderClassName
{
color: #6A9776;
}
.AnyTagClassName
{
color: #6A9776;
}
</style>
background-color css
<style>
a { background-color: #6A9776; }
a { background-color: rgb(106,151,118); }
div.DivClassName
{
background-color: #6A9776;
}
.BgClassName
{
background-color: #6A9776;
}
</style>
border-color css
<style>
span { border-color: #6A9776; }
span { border-color: rgb(106,151,118); }
td.TdClassName
{
border-color: #6A9776;
}
.TagClassName
{
border-color: #6A9776;
}
</style>