Shades of Oxley #659D7A
Tints of Oxley #659D7A
RGB
CMYK
RGB Variations
Color information
#659D7A (or 0x659D7A) is known color: Oxley. HEX triplet: 65, 9D and 7A. RGB value is (101,157,122). Sum of RGB (Red+Green+Blue) = 101+157+122=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #659D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D7A is #9A6285. Grayscale: #888888. Windows color (decimal): -10117766 or 8035685. OLE color: 8035685.
HSL color Cylindrical-coordinate representation of color #659D7A: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D7A is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 122 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.38 |
| HSL | 142.5º | 0.22% | 0.51% | - |
| HSV(B) | 142.5º | 0.36% | 0.62% | - |
| XYZ | 20.94 | 28.29 | 22.77 | - |
| YUV | 136.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 122 | 0.36 | 0 | 0.22 | 0.38 | 142.5 | 0.22 | 0.51 |
| Hex | 65 | 9D | 7A | 24 | 0 | 16 | 26 | 8E | 16 | 33 |
| Octal | 145 | 235 | 172 | 44 | 0 | 26 | 46 | 216 | 26 | 63 |
| Binary | 1100101 | 10011101 | 1111010 | 100100 | 0 | 10110 | 100110 | 10001110 | 10110 | 110011 |
Color Harmonies of #659D7A
Complementary color
Monochromatic Colors of #659D7A
Black with #659D7A
Text Example
Text Example
White with #659D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D7A; }
p { color: rgb(101,157,122); }
H1.HeaderClassName
{
color: #659D7A;
}
.AnyTagClassName
{
color: #659D7A;
}
</style>
background-color css
<style>
a { background-color: #659D7A; }
a { background-color: rgb(101,157,122); }
div.DivClassName
{
background-color: #659D7A;
}
.BgClassName
{
background-color: #659D7A;
}
</style>
border-color css
<style>
span { border-color: #659D7A; }
span { border-color: rgb(101,157,122); }
td.TdClassName
{
border-color: #659D7A;
}
.TagClassName
{
border-color: #659D7A;
}
</style>