Shades of Oxley #6BA176
Tints of Oxley #6BA176
RGB
CMYK
RGB Variations
Color information
#6BA176 (or 0x6BA176) is known color: Oxley. HEX triplet: 6B, A1 and 76. RGB value is (107,161,118). Sum of RGB (Red+Green+Blue) = 107+161+118=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA176 is #945E89. Grayscale: #8C8C8C. Windows color (decimal): -9723530 or 7774571. OLE color: 7774571.
HSL color Cylindrical-coordinate representation of color #6BA176: hue angle of 132.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA176 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 118 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.37 |
| HSL | 132.22º | 0.22% | 0.53% | - |
| HSV(B) | 132.22º | 0.34% | 0.63% | - |
| XYZ | 22.08 | 29.92 | 21.75 | - |
| YUV | 139.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 118 | 0.34 | 0 | 0.27 | 0.37 | 132.22 | 0.22 | 0.53 |
| Hex | 6B | A1 | 76 | 22 | 0 | 1B | 25 | 84 | 16 | 35 |
| Octal | 153 | 241 | 166 | 42 | 0 | 33 | 45 | 204 | 26 | 65 |
| Binary | 1101011 | 10100001 | 1110110 | 100010 | 0 | 11011 | 100101 | 10000100 | 10110 | 110101 |
Color Harmonies of #6BA176
Complementary color
Monochromatic Colors of #6BA176
Black with #6BA176
Text Example
Text Example
White with #6BA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA176; }
p { color: rgb(107,161,118); }
H1.HeaderClassName
{
color: #6BA176;
}
.AnyTagClassName
{
color: #6BA176;
}
</style>
background-color css
<style>
a { background-color: #6BA176; }
a { background-color: rgb(107,161,118); }
div.DivClassName
{
background-color: #6BA176;
}
.BgClassName
{
background-color: #6BA176;
}
</style>
border-color css
<style>
span { border-color: #6BA176; }
span { border-color: rgb(107,161,118); }
td.TdClassName
{
border-color: #6BA176;
}
.TagClassName
{
border-color: #6BA176;
}
</style>