Shades of Oxley #6A9575
Tints of Oxley #6A9575
RGB
CMYK
RGB Variations
Color information
#6A9575 (or 0x6A9575) is known color: Oxley. HEX triplet: 6A, 95 and 75. RGB value is (106,149,117). Sum of RGB (Red+Green+Blue) = 106+149+117=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9575 is #956A8A. Grayscale: #848484. Windows color (decimal): -9792139 or 7705962. OLE color: 7705962.
HSL color Cylindrical-coordinate representation of color #6A9575: hue angle of 135.35º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A9575 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 149 | 117 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.42 |
| HSL | 135.35º | 0.17% | 0.5% | - |
| HSV(B) | 135.35º | 0.29% | 0.58% | - |
| XYZ | 19.9 | 25.84 | 20.77 | - |
| YUV | 132.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 117 | 0.29 | 0 | 0.21 | 0.42 | 135.35 | 0.17 | 0.5 |
| Hex | 6A | 95 | 75 | 1D | 0 | 15 | 2A | 87 | 11 | 32 |
| Octal | 152 | 225 | 165 | 35 | 0 | 25 | 52 | 207 | 21 | 62 |
| Binary | 1101010 | 10010101 | 1110101 | 11101 | 0 | 10101 | 101010 | 10000111 | 10001 | 110010 |
Color Harmonies of #6A9575
Complementary color
Monochromatic Colors of #6A9575
Black with #6A9575
Text Example
Text Example
White with #6A9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9575; }
p { color: rgb(106,149,117); }
H1.HeaderClassName
{
color: #6A9575;
}
.AnyTagClassName
{
color: #6A9575;
}
</style>
background-color css
<style>
a { background-color: #6A9575; }
a { background-color: rgb(106,149,117); }
div.DivClassName
{
background-color: #6A9575;
}
.BgClassName
{
background-color: #6A9575;
}
</style>
border-color css
<style>
span { border-color: #6A9575; }
span { border-color: rgb(106,149,117); }
td.TdClassName
{
border-color: #6A9575;
}
.TagClassName
{
border-color: #6A9575;
}
</style>