Shades of Oxley #65987A
Tints of Oxley #65987A
RGB
CMYK
RGB Variations
Color information
#65987A (or 0x65987A) is known color: Oxley. HEX triplet: 65, 98 and 7A. RGB value is (101,152,122). Sum of RGB (Red+Green+Blue) = 101+152+122=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #65987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65987A is #9A6785. Grayscale: #858585. Windows color (decimal): -10119046 or 8034405. OLE color: 8034405.
HSL color Cylindrical-coordinate representation of color #65987A: hue angle of 144.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65987A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 122 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.40 |
| HSL | 144.71º | 0.2% | 0.5% | - |
| HSV(B) | 144.71º | 0.34% | 0.6% | - |
| XYZ | 20.11 | 26.63 | 22.49 | - |
| YUV | 133.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 122 | 0.34 | 0 | 0.20 | 0.40 | 144.71 | 0.2 | 0.5 |
| Hex | 65 | 98 | 7A | 22 | 0 | 14 | 28 | 91 | 14 | 32 |
| Octal | 145 | 230 | 172 | 42 | 0 | 24 | 50 | 221 | 24 | 62 |
| Binary | 1100101 | 10011000 | 1111010 | 100010 | 0 | 10100 | 101000 | 10010001 | 10100 | 110010 |
Color Harmonies of #65987A
Complementary color
Monochromatic Colors of #65987A
Black with #65987A
Text Example
Text Example
White with #65987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65987A; }
p { color: rgb(101,152,122); }
H1.HeaderClassName
{
color: #65987A;
}
.AnyTagClassName
{
color: #65987A;
}
</style>
background-color css
<style>
a { background-color: #65987A; }
a { background-color: rgb(101,152,122); }
div.DivClassName
{
background-color: #65987A;
}
.BgClassName
{
background-color: #65987A;
}
</style>
border-color css
<style>
span { border-color: #65987A; }
span { border-color: rgb(101,152,122); }
td.TdClassName
{
border-color: #65987A;
}
.TagClassName
{
border-color: #65987A;
}
</style>