Shades of Oxley #6BA270
Tints of Oxley #6BA270
RGB
CMYK
RGB Variations
Color information
#6BA270 (or 0x6BA270) is known color: Oxley. HEX triplet: 6B, A2 and 70. RGB value is (107,162,112). Sum of RGB (Red+Green+Blue) = 107+162+112=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA270 is #945D8F. Grayscale: #8C8C8C. Windows color (decimal): -9723280 or 7381611. OLE color: 7381611.
HSL color Cylindrical-coordinate representation of color #6BA270: hue angle of 125.45º 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 #6BA270 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 112 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.36 |
| HSL | 125.45º | 0.23% | 0.53% | - |
| HSV(B) | 125.45º | 0.34% | 0.64% | - |
| XYZ | 21.91 | 30.14 | 19.99 | - |
| YUV | 139.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 112 | 0.34 | 0 | 0.31 | 0.36 | 125.45 | 0.23 | 0.53 |
| Hex | 6B | A2 | 70 | 22 | 0 | 1F | 24 | 7D | 17 | 35 |
| Octal | 153 | 242 | 160 | 42 | 0 | 37 | 44 | 175 | 27 | 65 |
| Binary | 1101011 | 10100010 | 1110000 | 100010 | 0 | 11111 | 100100 | 1111101 | 10111 | 110101 |
Color Harmonies of #6BA270
Complementary color
Monochromatic Colors of #6BA270
Black with #6BA270
Text Example
Text Example
White with #6BA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA270; }
p { color: rgb(107,162,112); }
H1.HeaderClassName
{
color: #6BA270;
}
.AnyTagClassName
{
color: #6BA270;
}
</style>
background-color css
<style>
a { background-color: #6BA270; }
a { background-color: rgb(107,162,112); }
div.DivClassName
{
background-color: #6BA270;
}
.BgClassName
{
background-color: #6BA270;
}
</style>
border-color css
<style>
span { border-color: #6BA270; }
span { border-color: rgb(107,162,112); }
td.TdClassName
{
border-color: #6BA270;
}
.TagClassName
{
border-color: #6BA270;
}
</style>