Shades of Oxley #659C6E
Tints of Oxley #659C6E
RGB
CMYK
RGB Variations
Color information
#659C6E (or 0x659C6E) is known color: Oxley. HEX triplet: 65, 9C and 6E. RGB value is (101,156,110). Sum of RGB (Red+Green+Blue) = 101+156+110=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #659C6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C6E is #9A6391. Grayscale: #868686. Windows color (decimal): -10118034 or 7248997. OLE color: 7248997.
HSL color Cylindrical-coordinate representation of color #659C6E: hue angle of 129.82º 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 #659C6E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 110 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.39 |
| HSL | 129.82º | 0.22% | 0.5% | - |
| HSV(B) | 129.82º | 0.35% | 0.61% | - |
| XYZ | 20.07 | 27.67 | 19.03 | - |
| YUV | 134.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 110 | 0.35 | 0 | 0.29 | 0.39 | 129.82 | 0.22 | 0.5 |
| Hex | 65 | 9C | 6E | 23 | 0 | 1D | 27 | 82 | 16 | 32 |
| Octal | 145 | 234 | 156 | 43 | 0 | 35 | 47 | 202 | 26 | 62 |
| Binary | 1100101 | 10011100 | 1101110 | 100011 | 0 | 11101 | 100111 | 10000010 | 10110 | 110010 |
Color Harmonies of #659C6E
Complementary color
Monochromatic Colors of #659C6E
Black with #659C6E
Text Example
Text Example
White with #659C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C6E; }
p { color: rgb(101,156,110); }
H1.HeaderClassName
{
color: #659C6E;
}
.AnyTagClassName
{
color: #659C6E;
}
</style>
background-color css
<style>
a { background-color: #659C6E; }
a { background-color: rgb(101,156,110); }
div.DivClassName
{
background-color: #659C6E;
}
.BgClassName
{
background-color: #659C6E;
}
</style>
border-color css
<style>
span { border-color: #659C6E; }
span { border-color: rgb(101,156,110); }
td.TdClassName
{
border-color: #659C6E;
}
.TagClassName
{
border-color: #659C6E;
}
</style>