Shades of Oxley #6BAB7A
Tints of Oxley #6BAB7A
RGB
CMYK
RGB Variations
Color information
#6BAB7A (or 0x6BAB7A) is known color: Oxley. HEX triplet: 6B, AB and 7A. RGB value is (107,171,122). Sum of RGB (Red+Green+Blue) = 107+171+122=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB7A is #945485. Grayscale: #929292. Windows color (decimal): -9720966 or 8039275. OLE color: 8039275.
HSL color Cylindrical-coordinate representation of color #6BAB7A: hue angle of 134.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB7A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 122 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.33 |
| HSL | 134.06º | 0.28% | 0.55% | - |
| HSV(B) | 134.06º | 0.37% | 0.67% | - |
| XYZ | 24.14 | 33.66 | 23.64 | - |
| YUV | 146.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 122 | 0.37 | 0 | 0.29 | 0.33 | 134.06 | 0.28 | 0.55 |
| Hex | 6B | AB | 7A | 25 | 0 | 1D | 21 | 86 | 1C | 37 |
| Octal | 153 | 253 | 172 | 45 | 0 | 35 | 41 | 206 | 34 | 67 |
| Binary | 1101011 | 10101011 | 1111010 | 100101 | 0 | 11101 | 100001 | 10000110 | 11100 | 110111 |
Color Harmonies of #6BAB7A
Complementary color
Monochromatic Colors of #6BAB7A
Black with #6BAB7A
Text Example
Text Example
White with #6BAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB7A; }
p { color: rgb(107,171,122); }
H1.HeaderClassName
{
color: #6BAB7A;
}
.AnyTagClassName
{
color: #6BAB7A;
}
</style>
background-color css
<style>
a { background-color: #6BAB7A; }
a { background-color: rgb(107,171,122); }
div.DivClassName
{
background-color: #6BAB7A;
}
.BgClassName
{
background-color: #6BAB7A;
}
</style>
border-color css
<style>
span { border-color: #6BAB7A; }
span { border-color: rgb(107,171,122); }
td.TdClassName
{
border-color: #6BAB7A;
}
.TagClassName
{
border-color: #6BAB7A;
}
</style>