Shades of Oxley #659D6C
Tints of Oxley #659D6C
RGB
CMYK
RGB Variations
Color information
#659D6C (or 0x659D6C) is known color: Oxley. HEX triplet: 65, 9D and 6C. RGB value is (101,157,108). Sum of RGB (Red+Green+Blue) = 101+157+108=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #659D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D6C is #9A6293. Grayscale: #868686. Windows color (decimal): -10117780 or 7118181. OLE color: 7118181.
HSL color Cylindrical-coordinate representation of color #659D6C: hue angle of 127.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 #659D6C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 108 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.38 |
| HSL | 127.5º | 0.22% | 0.51% | - |
| HSV(B) | 127.5º | 0.36% | 0.62% | - |
| XYZ | 20.13 | 27.96 | 18.52 | - |
| YUV | 134.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 108 | 0.36 | 0 | 0.31 | 0.38 | 127.5 | 0.22 | 0.51 |
| Hex | 65 | 9D | 6C | 24 | 0 | 1F | 26 | 80 | 16 | 33 |
| Octal | 145 | 235 | 154 | 44 | 0 | 37 | 46 | 200 | 26 | 63 |
| Binary | 1100101 | 10011101 | 1101100 | 100100 | 0 | 11111 | 100110 | 10000000 | 10110 | 110011 |
Color Harmonies of #659D6C
Complementary color
Monochromatic Colors of #659D6C
Black with #659D6C
Text Example
Text Example
White with #659D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D6C; }
p { color: rgb(101,157,108); }
H1.HeaderClassName
{
color: #659D6C;
}
.AnyTagClassName
{
color: #659D6C;
}
</style>
background-color css
<style>
a { background-color: #659D6C; }
a { background-color: rgb(101,157,108); }
div.DivClassName
{
background-color: #659D6C;
}
.BgClassName
{
background-color: #659D6C;
}
</style>
border-color css
<style>
span { border-color: #659D6C; }
span { border-color: rgb(101,157,108); }
td.TdClassName
{
border-color: #659D6C;
}
.TagClassName
{
border-color: #659D6C;
}
</style>