Shades of Oxley #659C7E
Tints of Oxley #659C7E
RGB
CMYK
RGB Variations
Color information
#659C7E (or 0x659C7E) is known color: Oxley. HEX triplet: 65, 9C and 7E. RGB value is (101,156,126). Sum of RGB (Red+Green+Blue) = 101+156+126=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #659C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C7E is #9A6381. Grayscale: #888888. Windows color (decimal): -10118018 or 8297573. OLE color: 8297573.
HSL color Cylindrical-coordinate representation of color #659C7E: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C7E is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 126 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.39 |
| HSL | 147.27º | 0.22% | 0.5% | - |
| HSV(B) | 147.27º | 0.35% | 0.61% | - |
| XYZ | 21.02 | 28.05 | 24.04 | - |
| YUV | 136.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 126 | 0.35 | 0 | 0.19 | 0.39 | 147.27 | 0.22 | 0.5 |
| Hex | 65 | 9C | 7E | 23 | 0 | 13 | 27 | 93 | 16 | 32 |
| Octal | 145 | 234 | 176 | 43 | 0 | 23 | 47 | 223 | 26 | 62 |
| Binary | 1100101 | 10011100 | 1111110 | 100011 | 0 | 10011 | 100111 | 10010011 | 10110 | 110010 |
Color Harmonies of #659C7E
Complementary color
Monochromatic Colors of #659C7E
Black with #659C7E
Text Example
Text Example
White with #659C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C7E; }
p { color: rgb(101,156,126); }
H1.HeaderClassName
{
color: #659C7E;
}
.AnyTagClassName
{
color: #659C7E;
}
</style>
background-color css
<style>
a { background-color: #659C7E; }
a { background-color: rgb(101,156,126); }
div.DivClassName
{
background-color: #659C7E;
}
.BgClassName
{
background-color: #659C7E;
}
</style>
border-color css
<style>
span { border-color: #659C7E; }
span { border-color: rgb(101,156,126); }
td.TdClassName
{
border-color: #659C7E;
}
.TagClassName
{
border-color: #659C7E;
}
</style>