Shades of Oxley #6CA481
Tints of Oxley #6CA481
RGB
CMYK
RGB Variations
Color information
#6CA481 (or 0x6CA481) is known color: Oxley. HEX triplet: 6C, A4 and 81. RGB value is (108,164,129). Sum of RGB (Red+Green+Blue) = 108+164+129=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA481 is #935B7E. Grayscale: #8F8F8F. Windows color (decimal): -9657215 or 8496236. OLE color: 8496236.
HSL color Cylindrical-coordinate representation of color #6CA481: hue angle of 142.5º degrees, saturation: 0.24, 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 #6CA481 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 129 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.36 |
| HSL | 142.5º | 0.24% | 0.53% | - |
| HSV(B) | 142.5º | 0.34% | 0.64% | - |
| XYZ | 23.42 | 31.32 | 25.58 | - |
| YUV | 143.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 129 | 0.34 | 0 | 0.21 | 0.36 | 142.5 | 0.24 | 0.53 |
| Hex | 6C | A4 | 81 | 22 | 0 | 15 | 24 | 8E | 18 | 35 |
| Octal | 154 | 244 | 201 | 42 | 0 | 25 | 44 | 216 | 30 | 65 |
| Binary | 1101100 | 10100100 | 10000001 | 100010 | 0 | 10101 | 100100 | 10001110 | 11000 | 110101 |
Color Harmonies of #6CA481
Complementary color
Monochromatic Colors of #6CA481
Black with #6CA481
Text Example
Text Example
White with #6CA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA481; }
p { color: rgb(108,164,129); }
H1.HeaderClassName
{
color: #6CA481;
}
.AnyTagClassName
{
color: #6CA481;
}
</style>
background-color css
<style>
a { background-color: #6CA481; }
a { background-color: rgb(108,164,129); }
div.DivClassName
{
background-color: #6CA481;
}
.BgClassName
{
background-color: #6CA481;
}
</style>
border-color css
<style>
span { border-color: #6CA481; }
span { border-color: rgb(108,164,129); }
td.TdClassName
{
border-color: #6CA481;
}
.TagClassName
{
border-color: #6CA481;
}
</style>