Shades of Oxley #6CA076
Tints of Oxley #6CA076
RGB
CMYK
RGB Variations
Color information
#6CA076 (or 0x6CA076) is known color: Oxley. HEX triplet: 6C, A0 and 76. RGB value is (108,160,118). Sum of RGB (Red+Green+Blue) = 108+160+118=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA076 is #935F89. Grayscale: #8B8B8B. Windows color (decimal): -9658250 or 7774316. OLE color: 7774316.
HSL color Cylindrical-coordinate representation of color #6CA076: hue angle of 131.54º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6CA076 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 118 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.37 |
| HSL | 131.54º | 0.21% | 0.53% | - |
| HSV(B) | 131.54º | 0.33% | 0.63% | - |
| XYZ | 22.03 | 29.64 | 21.7 | - |
| YUV | 139.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 118 | 0.32 | 0 | 0.26 | 0.37 | 131.54 | 0.21 | 0.53 |
| Hex | 6C | A0 | 76 | 20 | 0 | 1A | 25 | 84 | 15 | 35 |
| Octal | 154 | 240 | 166 | 40 | 0 | 32 | 45 | 204 | 25 | 65 |
| Binary | 1101100 | 10100000 | 1110110 | 100000 | 0 | 11010 | 100101 | 10000100 | 10101 | 110101 |
Color Harmonies of #6CA076
Complementary color
Monochromatic Colors of #6CA076
Black with #6CA076
Text Example
Text Example
White with #6CA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA076; }
p { color: rgb(108,160,118); }
H1.HeaderClassName
{
color: #6CA076;
}
.AnyTagClassName
{
color: #6CA076;
}
</style>
background-color css
<style>
a { background-color: #6CA076; }
a { background-color: rgb(108,160,118); }
div.DivClassName
{
background-color: #6CA076;
}
.BgClassName
{
background-color: #6CA076;
}
</style>
border-color css
<style>
span { border-color: #6CA076; }
span { border-color: rgb(108,160,118); }
td.TdClassName
{
border-color: #6CA076;
}
.TagClassName
{
border-color: #6CA076;
}
</style>