Shades of Oxley #6CA379
Tints of Oxley #6CA379
RGB
CMYK
RGB Variations
Color information
#6CA379 (or 0x6CA379) is known color: Oxley. HEX triplet: 6C, A3 and 79. RGB value is (108,163,121). Sum of RGB (Red+Green+Blue) = 108+163+121=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA379 is #935C86. Grayscale: #8D8D8D. Windows color (decimal): -9657479 or 7971692. OLE color: 7971692.
HSL color Cylindrical-coordinate representation of color #6CA379: hue angle of 134.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA379 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 163 | 121 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.36 |
| HSL | 134.18º | 0.23% | 0.53% | - |
| HSV(B) | 134.18º | 0.34% | 0.64% | - |
| XYZ | 22.73 | 30.76 | 22.83 | - |
| YUV | 141.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 121 | 0.34 | 0 | 0.26 | 0.36 | 134.18 | 0.23 | 0.53 |
| Hex | 6C | A3 | 79 | 22 | 0 | 1A | 24 | 86 | 17 | 35 |
| Octal | 154 | 243 | 171 | 42 | 0 | 32 | 44 | 206 | 27 | 65 |
| Binary | 1101100 | 10100011 | 1111001 | 100010 | 0 | 11010 | 100100 | 10000110 | 10111 | 110101 |
Color Harmonies of #6CA379
Complementary color
Monochromatic Colors of #6CA379
Black with #6CA379
Text Example
Text Example
White with #6CA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA379; }
p { color: rgb(108,163,121); }
H1.HeaderClassName
{
color: #6CA379;
}
.AnyTagClassName
{
color: #6CA379;
}
</style>
background-color css
<style>
a { background-color: #6CA379; }
a { background-color: rgb(108,163,121); }
div.DivClassName
{
background-color: #6CA379;
}
.BgClassName
{
background-color: #6CA379;
}
</style>
border-color css
<style>
span { border-color: #6CA379; }
span { border-color: rgb(108,163,121); }
td.TdClassName
{
border-color: #6CA379;
}
.TagClassName
{
border-color: #6CA379;
}
</style>