Shades of Oxley #6CAD7A
Tints of Oxley #6CAD7A
RGB
CMYK
RGB Variations
Color information
#6CAD7A (or 0x6CAD7A) is known color: Oxley. HEX triplet: 6C, AD and 7A. RGB value is (108,173,122). Sum of RGB (Red+Green+Blue) = 108+173+122=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAD7A is #935285. Grayscale: #939393. Windows color (decimal): -9654918 or 8039788. OLE color: 8039788.
HSL color Cylindrical-coordinate representation of color #6CAD7A: hue angle of 132.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAD7A is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 122 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.32 |
| HSL | 132.92º | 0.28% | 0.55% | - |
| HSV(B) | 132.92º | 0.38% | 0.68% | - |
| XYZ | 24.64 | 34.48 | 23.77 | - |
| YUV | 147.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 122 | 0.38 | 0 | 0.29 | 0.32 | 132.92 | 0.28 | 0.55 |
| Hex | 6C | AD | 7A | 26 | 0 | 1D | 20 | 85 | 1C | 37 |
| Octal | 154 | 255 | 172 | 46 | 0 | 35 | 40 | 205 | 34 | 67 |
| Binary | 1101100 | 10101101 | 1111010 | 100110 | 0 | 11101 | 100000 | 10000101 | 11100 | 110111 |
Color Harmonies of #6CAD7A
Complementary color
Monochromatic Colors of #6CAD7A
Black with #6CAD7A
Text Example
Text Example
White with #6CAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD7A; }
p { color: rgb(108,173,122); }
H1.HeaderClassName
{
color: #6CAD7A;
}
.AnyTagClassName
{
color: #6CAD7A;
}
</style>
background-color css
<style>
a { background-color: #6CAD7A; }
a { background-color: rgb(108,173,122); }
div.DivClassName
{
background-color: #6CAD7A;
}
.BgClassName
{
background-color: #6CAD7A;
}
</style>
border-color css
<style>
span { border-color: #6CAD7A; }
span { border-color: rgb(108,173,122); }
td.TdClassName
{
border-color: #6CAD7A;
}
.TagClassName
{
border-color: #6CAD7A;
}
</style>