Shades of Oxley #65A67D
Tints of Oxley #65A67D
RGB
CMYK
RGB Variations
Color information
#65A67D (or 0x65A67D) is known color: Oxley. HEX triplet: 65, A6 and 7D. RGB value is (101,166,125). Sum of RGB (Red+Green+Blue) = 101+166+125=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #65A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A67D is #9A5982. Grayscale: #8D8D8D. Windows color (decimal): -10115459 or 8234597. OLE color: 8234597.
HSL color Cylindrical-coordinate representation of color #65A67D: hue angle of 142.15º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A67D is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 125 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.35 |
| HSL | 142.15º | 0.27% | 0.52% | - |
| HSV(B) | 142.15º | 0.39% | 0.65% | - |
| XYZ | 22.7 | 31.52 | 24.29 | - |
| YUV | 141.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 125 | 0.39 | 0 | 0.25 | 0.35 | 142.15 | 0.27 | 0.52 |
| Hex | 65 | A6 | 7D | 27 | 0 | 19 | 23 | 8E | 1B | 34 |
| Octal | 145 | 246 | 175 | 47 | 0 | 31 | 43 | 216 | 33 | 64 |
| Binary | 1100101 | 10100110 | 1111101 | 100111 | 0 | 11001 | 100011 | 10001110 | 11011 | 110100 |
Color Harmonies of #65A67D
Complementary color
Monochromatic Colors of #65A67D
Black with #65A67D
Text Example
Text Example
White with #65A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A67D; }
p { color: rgb(101,166,125); }
H1.HeaderClassName
{
color: #65A67D;
}
.AnyTagClassName
{
color: #65A67D;
}
</style>
background-color css
<style>
a { background-color: #65A67D; }
a { background-color: rgb(101,166,125); }
div.DivClassName
{
background-color: #65A67D;
}
.BgClassName
{
background-color: #65A67D;
}
</style>
border-color css
<style>
span { border-color: #65A67D; }
span { border-color: rgb(101,166,125); }
td.TdClassName
{
border-color: #65A67D;
}
.TagClassName
{
border-color: #65A67D;
}
</style>