Shades of Oxley #65A982
Tints of Oxley #65A982
RGB
CMYK
RGB Variations
Color information
#65A982 (or 0x65A982) is known color: Oxley. HEX triplet: 65, A9 and 82. RGB value is (101,169,130). Sum of RGB (Red+Green+Blue) = 101+169+130=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #65A982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A982 is #9A567D. Grayscale: #909090. Windows color (decimal): -10114686 or 8563045. OLE color: 8563045.
HSL color Cylindrical-coordinate representation of color #65A982: hue angle of 145.59º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A982 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 169 | 130 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.34 |
| HSL | 145.59º | 0.28% | 0.53% | - |
| HSV(B) | 145.59º | 0.4% | 0.66% | - |
| XYZ | 23.58 | 32.75 | 26.2 | - |
| YUV | 144.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 130 | 0.40 | 0 | 0.23 | 0.34 | 145.59 | 0.28 | 0.53 |
| Hex | 65 | A9 | 82 | 28 | 0 | 17 | 22 | 92 | 1C | 35 |
| Octal | 145 | 251 | 202 | 50 | 0 | 27 | 42 | 222 | 34 | 65 |
| Binary | 1100101 | 10101001 | 10000010 | 101000 | 0 | 10111 | 100010 | 10010010 | 11100 | 110101 |
Color Harmonies of #65A982
Complementary color
Monochromatic Colors of #65A982
Black with #65A982
Text Example
Text Example
White with #65A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A982; }
p { color: rgb(101,169,130); }
H1.HeaderClassName
{
color: #65A982;
}
.AnyTagClassName
{
color: #65A982;
}
</style>
background-color css
<style>
a { background-color: #65A982; }
a { background-color: rgb(101,169,130); }
div.DivClassName
{
background-color: #65A982;
}
.BgClassName
{
background-color: #65A982;
}
</style>
border-color css
<style>
span { border-color: #65A982; }
span { border-color: rgb(101,169,130); }
td.TdClassName
{
border-color: #65A982;
}
.TagClassName
{
border-color: #65A982;
}
</style>