Shades of Oxley #6BA17B
Tints of Oxley #6BA17B
RGB
CMYK
RGB Variations
Color information
#6BA17B (or 0x6BA17B) is known color: Oxley. HEX triplet: 6B, A1 and 7B. RGB value is (107,161,123). Sum of RGB (Red+Green+Blue) = 107+161+123=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA17B is #945E84. Grayscale: #8C8C8C. Windows color (decimal): -9723525 or 8102251. OLE color: 8102251.
HSL color Cylindrical-coordinate representation of color #6BA17B: hue angle of 137.78º 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 #6BA17B is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 123 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.37 |
| HSL | 137.78º | 0.22% | 0.53% | - |
| HSV(B) | 137.78º | 0.34% | 0.63% | - |
| XYZ | 22.38 | 30.05 | 23.36 | - |
| YUV | 140.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 123 | 0.34 | 0 | 0.24 | 0.37 | 137.78 | 0.22 | 0.53 |
| Hex | 6B | A1 | 7B | 22 | 0 | 18 | 25 | 8A | 16 | 35 |
| Octal | 153 | 241 | 173 | 42 | 0 | 30 | 45 | 212 | 26 | 65 |
| Binary | 1101011 | 10100001 | 1111011 | 100010 | 0 | 11000 | 100101 | 10001010 | 10110 | 110101 |
Color Harmonies of #6BA17B
Complementary color
Monochromatic Colors of #6BA17B
Black with #6BA17B
Text Example
Text Example
White with #6BA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA17B; }
p { color: rgb(107,161,123); }
H1.HeaderClassName
{
color: #6BA17B;
}
.AnyTagClassName
{
color: #6BA17B;
}
</style>
background-color css
<style>
a { background-color: #6BA17B; }
a { background-color: rgb(107,161,123); }
div.DivClassName
{
background-color: #6BA17B;
}
.BgClassName
{
background-color: #6BA17B;
}
</style>
border-color css
<style>
span { border-color: #6BA17B; }
span { border-color: rgb(107,161,123); }
td.TdClassName
{
border-color: #6BA17B;
}
.TagClassName
{
border-color: #6BA17B;
}
</style>