Shades of Oxley #6CA570
Tints of Oxley #6CA570
RGB
CMYK
RGB Variations
Color information
#6CA570 (or 0x6CA570) is known color: Oxley. HEX triplet: 6C, A5 and 70. RGB value is (108,165,112). Sum of RGB (Red+Green+Blue) = 108+165+112=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA570 is #935A8F. Grayscale: #8E8E8E. Windows color (decimal): -9656976 or 7382380. OLE color: 7382380.
HSL color Cylindrical-coordinate representation of color #6CA570: hue angle of 124.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA570 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 165 | 112 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.35 |
| HSL | 124.21º | 0.24% | 0.54% | - |
| HSV(B) | 124.21º | 0.35% | 0.65% | - |
| XYZ | 22.56 | 31.27 | 20.18 | - |
| YUV | 141.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 165 | 112 | 0.35 | 0 | 0.32 | 0.35 | 124.21 | 0.24 | 0.54 |
| Hex | 6C | A5 | 70 | 23 | 0 | 20 | 23 | 7C | 18 | 36 |
| Octal | 154 | 245 | 160 | 43 | 0 | 40 | 43 | 174 | 30 | 66 |
| Binary | 1101100 | 10100101 | 1110000 | 100011 | 0 | 100000 | 100011 | 1111100 | 11000 | 110110 |
Color Harmonies of #6CA570
Complementary color
Monochromatic Colors of #6CA570
Black with #6CA570
Text Example
Text Example
White with #6CA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA570; }
p { color: rgb(108,165,112); }
H1.HeaderClassName
{
color: #6CA570;
}
.AnyTagClassName
{
color: #6CA570;
}
</style>
background-color css
<style>
a { background-color: #6CA570; }
a { background-color: rgb(108,165,112); }
div.DivClassName
{
background-color: #6CA570;
}
.BgClassName
{
background-color: #6CA570;
}
</style>
border-color css
<style>
span { border-color: #6CA570; }
span { border-color: rgb(108,165,112); }
td.TdClassName
{
border-color: #6CA570;
}
.TagClassName
{
border-color: #6CA570;
}
</style>