Shades of Oxley #6BA87B
Tints of Oxley #6BA87B
RGB
CMYK
RGB Variations
Color information
#6BA87B (or 0x6BA87B) is known color: Oxley. HEX triplet: 6B, A8 and 7B. RGB value is (107,168,123). Sum of RGB (Red+Green+Blue) = 107+168+123=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA87B is #945784. Grayscale: #909090. Windows color (decimal): -9721733 or 8104043. OLE color: 8104043.
HSL color Cylindrical-coordinate representation of color #6BA87B: hue angle of 135.74º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA87B is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 123 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.34 |
| HSL | 135.74º | 0.26% | 0.54% | - |
| HSV(B) | 135.74º | 0.36% | 0.66% | - |
| XYZ | 23.64 | 32.56 | 23.78 | - |
| YUV | 144.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 123 | 0.36 | 0 | 0.27 | 0.34 | 135.74 | 0.26 | 0.54 |
| Hex | 6B | A8 | 7B | 24 | 0 | 1B | 22 | 88 | 1A | 36 |
| Octal | 153 | 250 | 173 | 44 | 0 | 33 | 42 | 210 | 32 | 66 |
| Binary | 1101011 | 10101000 | 1111011 | 100100 | 0 | 11011 | 100010 | 10001000 | 11010 | 110110 |
Color Harmonies of #6BA87B
Complementary color
Monochromatic Colors of #6BA87B
Black with #6BA87B
Text Example
Text Example
White with #6BA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA87B; }
p { color: rgb(107,168,123); }
H1.HeaderClassName
{
color: #6BA87B;
}
.AnyTagClassName
{
color: #6BA87B;
}
</style>
background-color css
<style>
a { background-color: #6BA87B; }
a { background-color: rgb(107,168,123); }
div.DivClassName
{
background-color: #6BA87B;
}
.BgClassName
{
background-color: #6BA87B;
}
</style>
border-color css
<style>
span { border-color: #6BA87B; }
span { border-color: rgb(107,168,123); }
td.TdClassName
{
border-color: #6BA87B;
}
.TagClassName
{
border-color: #6BA87B;
}
</style>