Shades of Oxley #6CA077
Tints of Oxley #6CA077
RGB
CMYK
RGB Variations
Color information
#6CA077 (or 0x6CA077) is known color: Oxley. HEX triplet: 6C, A0 and 77. RGB value is (108,160,119). Sum of RGB (Red+Green+Blue) = 108+160+119=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA077 is #935F88. Grayscale: #8B8B8B. Windows color (decimal): -9658249 or 7839852. OLE color: 7839852.
HSL color Cylindrical-coordinate representation of color #6CA077: hue angle of 132.69º 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 #6CA077 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 119 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.37 |
| HSL | 132.69º | 0.21% | 0.53% | - |
| HSV(B) | 132.69º | 0.33% | 0.63% | - |
| XYZ | 22.08 | 29.66 | 22.01 | - |
| YUV | 139.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 119 | 0.32 | 0 | 0.26 | 0.37 | 132.69 | 0.21 | 0.53 |
| Hex | 6C | A0 | 77 | 20 | 0 | 1A | 25 | 85 | 15 | 35 |
| Octal | 154 | 240 | 167 | 40 | 0 | 32 | 45 | 205 | 25 | 65 |
| Binary | 1101100 | 10100000 | 1110111 | 100000 | 0 | 11010 | 100101 | 10000101 | 10101 | 110101 |
Color Harmonies of #6CA077
Complementary color
Monochromatic Colors of #6CA077
Black with #6CA077
Text Example
Text Example
White with #6CA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA077; }
p { color: rgb(108,160,119); }
H1.HeaderClassName
{
color: #6CA077;
}
.AnyTagClassName
{
color: #6CA077;
}
</style>
background-color css
<style>
a { background-color: #6CA077; }
a { background-color: rgb(108,160,119); }
div.DivClassName
{
background-color: #6CA077;
}
.BgClassName
{
background-color: #6CA077;
}
</style>
border-color css
<style>
span { border-color: #6CA077; }
span { border-color: rgb(108,160,119); }
td.TdClassName
{
border-color: #6CA077;
}
.TagClassName
{
border-color: #6CA077;
}
</style>