Shades of Oxley #6BA07F
Tints of Oxley #6BA07F
RGB
CMYK
RGB Variations
Color information
#6BA07F (or 0x6BA07F) is known color: Oxley. HEX triplet: 6B, A0 and 7F. RGB value is (107,160,127). Sum of RGB (Red+Green+Blue) = 107+160+127=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA07F is #945F80. Grayscale: #8C8C8C. Windows color (decimal): -9723777 or 8364139. OLE color: 8364139.
HSL color Cylindrical-coordinate representation of color #6BA07F: hue angle of 142.64º 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 #6BA07F is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 127 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.37 |
| HSL | 142.64º | 0.22% | 0.52% | - |
| HSV(B) | 142.64º | 0.33% | 0.63% | - |
| XYZ | 22.46 | 29.8 | 24.65 | - |
| YUV | 140.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 127 | 0.33 | 0 | 0.21 | 0.37 | 142.64 | 0.22 | 0.52 |
| Hex | 6B | A0 | 7F | 21 | 0 | 15 | 25 | 8F | 16 | 34 |
| Octal | 153 | 240 | 177 | 41 | 0 | 25 | 45 | 217 | 26 | 64 |
| Binary | 1101011 | 10100000 | 1111111 | 100001 | 0 | 10101 | 100101 | 10001111 | 10110 | 110100 |
Color Harmonies of #6BA07F
Complementary color
Monochromatic Colors of #6BA07F
Black with #6BA07F
Text Example
Text Example
White with #6BA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA07F; }
p { color: rgb(107,160,127); }
H1.HeaderClassName
{
color: #6BA07F;
}
.AnyTagClassName
{
color: #6BA07F;
}
</style>
background-color css
<style>
a { background-color: #6BA07F; }
a { background-color: rgb(107,160,127); }
div.DivClassName
{
background-color: #6BA07F;
}
.BgClassName
{
background-color: #6BA07F;
}
</style>
border-color css
<style>
span { border-color: #6BA07F; }
span { border-color: rgb(107,160,127); }
td.TdClassName
{
border-color: #6BA07F;
}
.TagClassName
{
border-color: #6BA07F;
}
</style>