Shades of Oxley #65A772
Tints of Oxley #65A772
RGB
CMYK
RGB Variations
Color information
#65A772 (or 0x65A772) is known color: Oxley. HEX triplet: 65, A7 and 72. RGB value is (101,167,114). Sum of RGB (Red+Green+Blue) = 101+167+114=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #65A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A772 is #9A588D. Grayscale: #8D8D8D. Windows color (decimal): -10115214 or 7513957. OLE color: 7513957.
HSL color Cylindrical-coordinate representation of color #65A772: hue angle of 131.82º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A772 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 114 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.35 |
| HSL | 131.82º | 0.27% | 0.53% | - |
| HSV(B) | 131.82º | 0.4% | 0.65% | - |
| XYZ | 22.22 | 31.62 | 20.85 | - |
| YUV | 141.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 114 | 0.40 | 0 | 0.32 | 0.35 | 131.82 | 0.27 | 0.53 |
| Hex | 65 | A7 | 72 | 28 | 0 | 20 | 23 | 84 | 1B | 35 |
| Octal | 145 | 247 | 162 | 50 | 0 | 40 | 43 | 204 | 33 | 65 |
| Binary | 1100101 | 10100111 | 1110010 | 101000 | 0 | 100000 | 100011 | 10000100 | 11011 | 110101 |
Color Harmonies of #65A772
Complementary color
Monochromatic Colors of #65A772
Black with #65A772
Text Example
Text Example
White with #65A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A772; }
p { color: rgb(101,167,114); }
H1.HeaderClassName
{
color: #65A772;
}
.AnyTagClassName
{
color: #65A772;
}
</style>
background-color css
<style>
a { background-color: #65A772; }
a { background-color: rgb(101,167,114); }
div.DivClassName
{
background-color: #65A772;
}
.BgClassName
{
background-color: #65A772;
}
</style>
border-color css
<style>
span { border-color: #65A772; }
span { border-color: rgb(101,167,114); }
td.TdClassName
{
border-color: #65A772;
}
.TagClassName
{
border-color: #65A772;
}
</style>