Shades of Oxley #6BA07A
Tints of Oxley #6BA07A
RGB
CMYK
RGB Variations
Color information
#6BA07A (or 0x6BA07A) is known color: Oxley. HEX triplet: 6B, A0 and 7A. RGB value is (107,160,122). Sum of RGB (Red+Green+Blue) = 107+160+122=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA07A is #945F85. Grayscale: #8B8B8B. Windows color (decimal): -9723782 or 8036459. OLE color: 8036459.
HSL color Cylindrical-coordinate representation of color #6BA07A: hue angle of 136.98º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6BA07A is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 122 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.37 |
| HSL | 136.98º | 0.22% | 0.52% | - |
| HSV(B) | 136.98º | 0.33% | 0.63% | - |
| XYZ | 22.15 | 29.67 | 22.97 | - |
| YUV | 139.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 122 | 0.33 | 0 | 0.24 | 0.37 | 136.98 | 0.22 | 0.52 |
| Hex | 6B | A0 | 7A | 21 | 0 | 18 | 25 | 89 | 16 | 34 |
| Octal | 153 | 240 | 172 | 41 | 0 | 30 | 45 | 211 | 26 | 64 |
| Binary | 1101011 | 10100000 | 1111010 | 100001 | 0 | 11000 | 100101 | 10001001 | 10110 | 110100 |
Color Harmonies of #6BA07A
Complementary color
Monochromatic Colors of #6BA07A
Black with #6BA07A
Text Example
Text Example
White with #6BA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA07A; }
p { color: rgb(107,160,122); }
H1.HeaderClassName
{
color: #6BA07A;
}
.AnyTagClassName
{
color: #6BA07A;
}
</style>
background-color css
<style>
a { background-color: #6BA07A; }
a { background-color: rgb(107,160,122); }
div.DivClassName
{
background-color: #6BA07A;
}
.BgClassName
{
background-color: #6BA07A;
}
</style>
border-color css
<style>
span { border-color: #6BA07A; }
span { border-color: rgb(107,160,122); }
td.TdClassName
{
border-color: #6BA07A;
}
.TagClassName
{
border-color: #6BA07A;
}
</style>