Shades of Oxley #6BA276
Tints of Oxley #6BA276
RGB
CMYK
RGB Variations
Color information
#6BA276 (or 0x6BA276) is known color: Oxley. HEX triplet: 6B, A2 and 76. RGB value is (107,162,118). Sum of RGB (Red+Green+Blue) = 107+162+118=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA276 is #945D89. Grayscale: #8C8C8C. Windows color (decimal): -9723274 or 7774827. OLE color: 7774827.
HSL color Cylindrical-coordinate representation of color #6BA276: hue angle of 132º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA276 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 118 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.36 |
| HSL | 132º | 0.23% | 0.53% | - |
| HSV(B) | 132º | 0.34% | 0.64% | - |
| XYZ | 22.25 | 30.27 | 21.81 | - |
| YUV | 140.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 118 | 0.34 | 0 | 0.27 | 0.36 | 132 | 0.23 | 0.53 |
| Hex | 6B | A2 | 76 | 22 | 0 | 1B | 24 | 84 | 17 | 35 |
| Octal | 153 | 242 | 166 | 42 | 0 | 33 | 44 | 204 | 27 | 65 |
| Binary | 1101011 | 10100010 | 1110110 | 100010 | 0 | 11011 | 100100 | 10000100 | 10111 | 110101 |
Color Harmonies of #6BA276
Complementary color
Monochromatic Colors of #6BA276
Black with #6BA276
Text Example
Text Example
White with #6BA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA276; }
p { color: rgb(107,162,118); }
H1.HeaderClassName
{
color: #6BA276;
}
.AnyTagClassName
{
color: #6BA276;
}
</style>
background-color css
<style>
a { background-color: #6BA276; }
a { background-color: rgb(107,162,118); }
div.DivClassName
{
background-color: #6BA276;
}
.BgClassName
{
background-color: #6BA276;
}
</style>
border-color css
<style>
span { border-color: #6BA276; }
span { border-color: rgb(107,162,118); }
td.TdClassName
{
border-color: #6BA276;
}
.TagClassName
{
border-color: #6BA276;
}
</style>