Shades of Oxley #6CA17F
Tints of Oxley #6CA17F
RGB
CMYK
RGB Variations
Color information
#6CA17F (or 0x6CA17F) is known color: Oxley. HEX triplet: 6C, A1 and 7F. RGB value is (108,161,127). Sum of RGB (Red+Green+Blue) = 108+161+127=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA17F is #935E80. Grayscale: #8D8D8D. Windows color (decimal): -9657985 or 8364396. OLE color: 8364396.
HSL color Cylindrical-coordinate representation of color #6CA17F: hue angle of 141.51º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA17F is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 127 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.37 |
| HSL | 141.51º | 0.22% | 0.53% | - |
| HSV(B) | 141.51º | 0.33% | 0.63% | - |
| XYZ | 22.76 | 30.21 | 24.71 | - |
| YUV | 141.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 127 | 0.33 | 0 | 0.21 | 0.37 | 141.51 | 0.22 | 0.53 |
| Hex | 6C | A1 | 7F | 21 | 0 | 15 | 25 | 8E | 16 | 35 |
| Octal | 154 | 241 | 177 | 41 | 0 | 25 | 45 | 216 | 26 | 65 |
| Binary | 1101100 | 10100001 | 1111111 | 100001 | 0 | 10101 | 100101 | 10001110 | 10110 | 110101 |
Color Harmonies of #6CA17F
Complementary color
Monochromatic Colors of #6CA17F
Black with #6CA17F
Text Example
Text Example
White with #6CA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA17F; }
p { color: rgb(108,161,127); }
H1.HeaderClassName
{
color: #6CA17F;
}
.AnyTagClassName
{
color: #6CA17F;
}
</style>
background-color css
<style>
a { background-color: #6CA17F; }
a { background-color: rgb(108,161,127); }
div.DivClassName
{
background-color: #6CA17F;
}
.BgClassName
{
background-color: #6CA17F;
}
</style>
border-color css
<style>
span { border-color: #6CA17F; }
span { border-color: rgb(108,161,127); }
td.TdClassName
{
border-color: #6CA17F;
}
.TagClassName
{
border-color: #6CA17F;
}
</style>