Shades of Oxley #658A72
Tints of Oxley #658A72
RGB
CMYK
RGB Variations
Color information
#658A72 (or 0x658A72) is known color: Oxley. HEX triplet: 65, 8A and 72. RGB value is (101,138,114). Sum of RGB (Red+Green+Blue) = 101+138+114=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #658A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A72 is #9A758D. Grayscale: #7C7C7C. Windows color (decimal): -10122638 or 7506533. OLE color: 7506533.
HSL color Cylindrical-coordinate representation of color #658A72: hue angle of 141.08º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658A72 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 114 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.46 |
| HSL | 141.08º | 0.15% | 0.47% | - |
| HSV(B) | 141.08º | 0.27% | 0.54% | - |
| XYZ | 17.49 | 22.16 | 19.27 | - |
| YUV | 124.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 114 | 0.27 | 0 | 0.17 | 0.46 | 141.08 | 0.15 | 0.47 |
| Hex | 65 | 8A | 72 | 1B | 0 | 11 | 2E | 8D | F | 2F |
| Octal | 145 | 212 | 162 | 33 | 0 | 21 | 56 | 215 | 17 | 57 |
| Binary | 1100101 | 10001010 | 1110010 | 11011 | 0 | 10001 | 101110 | 10001101 | 1111 | 101111 |
Color Harmonies of #658A72
Complementary color
Monochromatic Colors of #658A72
Black with #658A72
Text Example
Text Example
White with #658A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A72; }
p { color: rgb(101,138,114); }
H1.HeaderClassName
{
color: #658A72;
}
.AnyTagClassName
{
color: #658A72;
}
</style>
background-color css
<style>
a { background-color: #658A72; }
a { background-color: rgb(101,138,114); }
div.DivClassName
{
background-color: #658A72;
}
.BgClassName
{
background-color: #658A72;
}
</style>
border-color css
<style>
span { border-color: #658A72; }
span { border-color: rgb(101,138,114); }
td.TdClassName
{
border-color: #658A72;
}
.TagClassName
{
border-color: #658A72;
}
</style>