Shades of Oxley #6CA87B
Tints of Oxley #6CA87B
RGB
CMYK
RGB Variations
Color information
#6CA87B (or 0x6CA87B) is known color: Oxley. HEX triplet: 6C, A8 and 7B. RGB value is (108,168,123). Sum of RGB (Red+Green+Blue) = 108+168+123=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA87B is #935784. Grayscale: #919191. Windows color (decimal): -9656197 or 8104044. OLE color: 8104044.
HSL color Cylindrical-coordinate representation of color #6CA87B: hue angle of 135º 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 #6CA87B is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 123 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.34 |
| HSL | 135º | 0.26% | 0.54% | - |
| HSV(B) | 135º | 0.36% | 0.66% | - |
| XYZ | 23.76 | 32.62 | 23.78 | - |
| YUV | 144.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 123 | 0.36 | 0 | 0.27 | 0.34 | 135 | 0.26 | 0.54 |
| Hex | 6C | A8 | 7B | 24 | 0 | 1B | 22 | 87 | 1A | 36 |
| Octal | 154 | 250 | 173 | 44 | 0 | 33 | 42 | 207 | 32 | 66 |
| Binary | 1101100 | 10101000 | 1111011 | 100100 | 0 | 11011 | 100010 | 10000111 | 11010 | 110110 |
Color Harmonies of #6CA87B
Complementary color
Monochromatic Colors of #6CA87B
Black with #6CA87B
Text Example
Text Example
White with #6CA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA87B; }
p { color: rgb(108,168,123); }
H1.HeaderClassName
{
color: #6CA87B;
}
.AnyTagClassName
{
color: #6CA87B;
}
</style>
background-color css
<style>
a { background-color: #6CA87B; }
a { background-color: rgb(108,168,123); }
div.DivClassName
{
background-color: #6CA87B;
}
.BgClassName
{
background-color: #6CA87B;
}
</style>
border-color css
<style>
span { border-color: #6CA87B; }
span { border-color: rgb(108,168,123); }
td.TdClassName
{
border-color: #6CA87B;
}
.TagClassName
{
border-color: #6CA87B;
}
</style>