Shades of Oxley #6BA876
Tints of Oxley #6BA876
RGB
CMYK
RGB Variations
Color information
#6BA876 (or 0x6BA876) is known color: Oxley. HEX triplet: 6B, A8 and 76. RGB value is (107,168,118). Sum of RGB (Red+Green+Blue) = 107+168+118=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA876 is #945789. Grayscale: #909090. Windows color (decimal): -9721738 or 7776363. OLE color: 7776363.
HSL color Cylindrical-coordinate representation of color #6BA876: hue angle of 130.82º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA876 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 118 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.34 |
| HSL | 130.82º | 0.26% | 0.54% | - |
| HSV(B) | 130.82º | 0.36% | 0.66% | - |
| XYZ | 23.34 | 32.44 | 22.17 | - |
| YUV | 144.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 118 | 0.36 | 0 | 0.30 | 0.34 | 130.82 | 0.26 | 0.54 |
| Hex | 6B | A8 | 76 | 24 | 0 | 1E | 22 | 83 | 1A | 36 |
| Octal | 153 | 250 | 166 | 44 | 0 | 36 | 42 | 203 | 32 | 66 |
| Binary | 1101011 | 10101000 | 1110110 | 100100 | 0 | 11110 | 100010 | 10000011 | 11010 | 110110 |
Color Harmonies of #6BA876
Complementary color
Monochromatic Colors of #6BA876
Black with #6BA876
Text Example
Text Example
White with #6BA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA876; }
p { color: rgb(107,168,118); }
H1.HeaderClassName
{
color: #6BA876;
}
.AnyTagClassName
{
color: #6BA876;
}
</style>
background-color css
<style>
a { background-color: #6BA876; }
a { background-color: rgb(107,168,118); }
div.DivClassName
{
background-color: #6BA876;
}
.BgClassName
{
background-color: #6BA876;
}
</style>
border-color css
<style>
span { border-color: #6BA876; }
span { border-color: rgb(107,168,118); }
td.TdClassName
{
border-color: #6BA876;
}
.TagClassName
{
border-color: #6BA876;
}
</style>