Shades of Oxley #659F70
Tints of Oxley #659F70
RGB
CMYK
RGB Variations
Color information
#659F70 (or 0x659F70) is known color: Oxley. HEX triplet: 65, 9F and 70. RGB value is (101,159,112). Sum of RGB (Red+Green+Blue) = 101+159+112=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #659F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F70 is #9A608F. Grayscale: #888888. Windows color (decimal): -10117264 or 7380837. OLE color: 7380837.
HSL color Cylindrical-coordinate representation of color #659F70: hue angle of 131.38º degrees, saturation: 0.23, 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 #659F70 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 112 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.38 |
| HSL | 131.38º | 0.23% | 0.51% | - |
| HSV(B) | 131.38º | 0.36% | 0.62% | - |
| XYZ | 20.69 | 28.73 | 19.78 | - |
| YUV | 136.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 112 | 0.36 | 0 | 0.30 | 0.38 | 131.38 | 0.23 | 0.51 |
| Hex | 65 | 9F | 70 | 24 | 0 | 1E | 26 | 83 | 17 | 33 |
| Octal | 145 | 237 | 160 | 44 | 0 | 36 | 46 | 203 | 27 | 63 |
| Binary | 1100101 | 10011111 | 1110000 | 100100 | 0 | 11110 | 100110 | 10000011 | 10111 | 110011 |
Color Harmonies of #659F70
Complementary color
Monochromatic Colors of #659F70
Black with #659F70
Text Example
Text Example
White with #659F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F70; }
p { color: rgb(101,159,112); }
H1.HeaderClassName
{
color: #659F70;
}
.AnyTagClassName
{
color: #659F70;
}
</style>
background-color css
<style>
a { background-color: #659F70; }
a { background-color: rgb(101,159,112); }
div.DivClassName
{
background-color: #659F70;
}
.BgClassName
{
background-color: #659F70;
}
</style>
border-color css
<style>
span { border-color: #659F70; }
span { border-color: rgb(101,159,112); }
td.TdClassName
{
border-color: #659F70;
}
.TagClassName
{
border-color: #659F70;
}
</style>