Shades of Oxley #6CA877
Tints of Oxley #6CA877
RGB
CMYK
RGB Variations
Color information
#6CA877 (or 0x6CA877) is known color: Oxley. HEX triplet: 6C, A8 and 77. RGB value is (108,168,119). Sum of RGB (Red+Green+Blue) = 108+168+119=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA877 is #935788. Grayscale: #909090. Windows color (decimal): -9656201 or 7841900. OLE color: 7841900.
HSL color Cylindrical-coordinate representation of color #6CA877: hue angle of 131º 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 #6CA877 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 119 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.34 |
| HSL | 131º | 0.26% | 0.54% | - |
| HSV(B) | 131º | 0.36% | 0.66% | - |
| XYZ | 23.52 | 32.53 | 22.49 | - |
| YUV | 144.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 119 | 0.36 | 0 | 0.29 | 0.34 | 131 | 0.26 | 0.54 |
| Hex | 6C | A8 | 77 | 24 | 0 | 1D | 22 | 83 | 1A | 36 |
| Octal | 154 | 250 | 167 | 44 | 0 | 35 | 42 | 203 | 32 | 66 |
| Binary | 1101100 | 10101000 | 1110111 | 100100 | 0 | 11101 | 100010 | 10000011 | 11010 | 110110 |
Color Harmonies of #6CA877
Complementary color
Monochromatic Colors of #6CA877
Black with #6CA877
Text Example
Text Example
White with #6CA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA877; }
p { color: rgb(108,168,119); }
H1.HeaderClassName
{
color: #6CA877;
}
.AnyTagClassName
{
color: #6CA877;
}
</style>
background-color css
<style>
a { background-color: #6CA877; }
a { background-color: rgb(108,168,119); }
div.DivClassName
{
background-color: #6CA877;
}
.BgClassName
{
background-color: #6CA877;
}
</style>
border-color css
<style>
span { border-color: #6CA877; }
span { border-color: rgb(108,168,119); }
td.TdClassName
{
border-color: #6CA877;
}
.TagClassName
{
border-color: #6CA877;
}
</style>