Shades of Oxley #6BA379
Tints of Oxley #6BA379
RGB
CMYK
RGB Variations
Color information
#6BA379 (or 0x6BA379) is known color: Oxley. HEX triplet: 6B, A3 and 79. RGB value is (107,163,121). Sum of RGB (Red+Green+Blue) = 107+163+121=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA379 is #945C86. Grayscale: #8D8D8D. Windows color (decimal): -9723015 or 7971691. OLE color: 7971691.
HSL color Cylindrical-coordinate representation of color #6BA379: hue angle of 135º 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 #6BA379 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 121 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.36 |
| HSL | 135º | 0.23% | 0.53% | - |
| HSV(B) | 135º | 0.34% | 0.64% | - |
| XYZ | 22.61 | 30.7 | 22.82 | - |
| YUV | 141.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 121 | 0.34 | 0 | 0.26 | 0.36 | 135 | 0.23 | 0.53 |
| Hex | 6B | A3 | 79 | 22 | 0 | 1A | 24 | 87 | 17 | 35 |
| Octal | 153 | 243 | 171 | 42 | 0 | 32 | 44 | 207 | 27 | 65 |
| Binary | 1101011 | 10100011 | 1111001 | 100010 | 0 | 11010 | 100100 | 10000111 | 10111 | 110101 |
Color Harmonies of #6BA379
Complementary color
Monochromatic Colors of #6BA379
Black with #6BA379
Text Example
Text Example
White with #6BA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA379; }
p { color: rgb(107,163,121); }
H1.HeaderClassName
{
color: #6BA379;
}
.AnyTagClassName
{
color: #6BA379;
}
</style>
background-color css
<style>
a { background-color: #6BA379; }
a { background-color: rgb(107,163,121); }
div.DivClassName
{
background-color: #6BA379;
}
.BgClassName
{
background-color: #6BA379;
}
</style>
border-color css
<style>
span { border-color: #6BA379; }
span { border-color: rgb(107,163,121); }
td.TdClassName
{
border-color: #6BA379;
}
.TagClassName
{
border-color: #6BA379;
}
</style>