Shades of Oxley #659D71
Tints of Oxley #659D71
RGB
CMYK
RGB Variations
Color information
#659D71 (or 0x659D71) is known color: Oxley. HEX triplet: 65, 9D and 71. RGB value is (101,157,113). Sum of RGB (Red+Green+Blue) = 101+157+113=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #659D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D71 is #9A628E. Grayscale: #878787. Windows color (decimal): -10117775 or 7445861. OLE color: 7445861.
HSL color Cylindrical-coordinate representation of color #659D71: hue angle of 132.86º 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 #659D71 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 113 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.38 |
| HSL | 132.86º | 0.22% | 0.51% | - |
| HSV(B) | 132.86º | 0.36% | 0.62% | - |
| XYZ | 20.4 | 28.07 | 19.97 | - |
| YUV | 135.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 113 | 0.36 | 0 | 0.28 | 0.38 | 132.86 | 0.22 | 0.51 |
| Hex | 65 | 9D | 71 | 24 | 0 | 1C | 26 | 85 | 16 | 33 |
| Octal | 145 | 235 | 161 | 44 | 0 | 34 | 46 | 205 | 26 | 63 |
| Binary | 1100101 | 10011101 | 1110001 | 100100 | 0 | 11100 | 100110 | 10000101 | 10110 | 110011 |
Color Harmonies of #659D71
Complementary color
Monochromatic Colors of #659D71
Black with #659D71
Text Example
Text Example
White with #659D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D71; }
p { color: rgb(101,157,113); }
H1.HeaderClassName
{
color: #659D71;
}
.AnyTagClassName
{
color: #659D71;
}
</style>
background-color css
<style>
a { background-color: #659D71; }
a { background-color: rgb(101,157,113); }
div.DivClassName
{
background-color: #659D71;
}
.BgClassName
{
background-color: #659D71;
}
</style>
border-color css
<style>
span { border-color: #659D71; }
span { border-color: rgb(101,157,113); }
td.TdClassName
{
border-color: #659D71;
}
.TagClassName
{
border-color: #659D71;
}
</style>