Shades of Oxley #6BAC7A
Tints of Oxley #6BAC7A
RGB
CMYK
RGB Variations
Color information
#6BAC7A (or 0x6BAC7A) is known color: Oxley. HEX triplet: 6B, AC and 7A. RGB value is (107,172,122). Sum of RGB (Red+Green+Blue) = 107+172+122=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC7A is #945385. Grayscale: #929292. Windows color (decimal): -9720710 or 8039531. OLE color: 8039531.
HSL color Cylindrical-coordinate representation of color #6BAC7A: hue angle of 133.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC7A is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 122 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.33 |
| HSL | 133.85º | 0.28% | 0.55% | - |
| HSV(B) | 133.85º | 0.38% | 0.67% | - |
| XYZ | 24.33 | 34.04 | 23.7 | - |
| YUV | 146.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 122 | 0.38 | 0 | 0.29 | 0.33 | 133.85 | 0.28 | 0.55 |
| Hex | 6B | AC | 7A | 26 | 0 | 1D | 21 | 86 | 1C | 37 |
| Octal | 153 | 254 | 172 | 46 | 0 | 35 | 41 | 206 | 34 | 67 |
| Binary | 1101011 | 10101100 | 1111010 | 100110 | 0 | 11101 | 100001 | 10000110 | 11100 | 110111 |
Color Harmonies of #6BAC7A
Complementary color
Monochromatic Colors of #6BAC7A
Black with #6BAC7A
Text Example
Text Example
White with #6BAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC7A; }
p { color: rgb(107,172,122); }
H1.HeaderClassName
{
color: #6BAC7A;
}
.AnyTagClassName
{
color: #6BAC7A;
}
</style>
background-color css
<style>
a { background-color: #6BAC7A; }
a { background-color: rgb(107,172,122); }
div.DivClassName
{
background-color: #6BAC7A;
}
.BgClassName
{
background-color: #6BAC7A;
}
</style>
border-color css
<style>
span { border-color: #6BAC7A; }
span { border-color: rgb(107,172,122); }
td.TdClassName
{
border-color: #6BAC7A;
}
.TagClassName
{
border-color: #6BAC7A;
}
</style>