Shades of Oxley #65997A
Tints of Oxley #65997A
RGB
CMYK
RGB Variations
Color information
#65997A (or 0x65997A) is known color: Oxley. HEX triplet: 65, 99 and 7A. RGB value is (101,153,122). Sum of RGB (Red+Green+Blue) = 101+153+122=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #65997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65997A is #9A6685. Grayscale: #858585. Windows color (decimal): -10118790 or 8034661. OLE color: 8034661.
HSL color Cylindrical-coordinate representation of color #65997A: hue angle of 144.23º 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 #65997A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 122 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.4 |
| HSL | 144.23º | 0.2% | 0.5% | - |
| HSV(B) | 144.23º | 0.34% | 0.6% | - |
| XYZ | 20.27 | 26.95 | 22.55 | - |
| YUV | 133.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 122 | 0.34 | 0 | 0.20 | 0.4 | 144.23 | 0.2 | 0.5 |
| Hex | 65 | 99 | 7A | 22 | 0 | 14 | 28 | 90 | 14 | 32 |
| Octal | 145 | 231 | 172 | 42 | 0 | 24 | 50 | 220 | 24 | 62 |
| Binary | 1100101 | 10011001 | 1111010 | 100010 | 0 | 10100 | 101000 | 10010000 | 10100 | 110010 |
Color Harmonies of #65997A
Complementary color
Monochromatic Colors of #65997A
Black with #65997A
Text Example
Text Example
White with #65997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65997A; }
p { color: rgb(101,153,122); }
H1.HeaderClassName
{
color: #65997A;
}
.AnyTagClassName
{
color: #65997A;
}
</style>
background-color css
<style>
a { background-color: #65997A; }
a { background-color: rgb(101,153,122); }
div.DivClassName
{
background-color: #65997A;
}
.BgClassName
{
background-color: #65997A;
}
</style>
border-color css
<style>
span { border-color: #65997A; }
span { border-color: rgb(101,153,122); }
td.TdClassName
{
border-color: #65997A;
}
.TagClassName
{
border-color: #65997A;
}
</style>