Shades of Oxley #659C75
Tints of Oxley #659C75
RGB
CMYK
RGB Variations
Color information
#659C75 (or 0x659C75) is known color: Oxley. HEX triplet: 65, 9C and 75. RGB value is (101,156,117). Sum of RGB (Red+Green+Blue) = 101+156+117=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #659C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C75 is #9A638A. Grayscale: #878787. Windows color (decimal): -10118027 or 7707749. OLE color: 7707749.
HSL color Cylindrical-coordinate representation of color #659C75: hue angle of 137.45º 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 #659C75 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 117 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.39 |
| HSL | 137.45º | 0.22% | 0.5% | - |
| HSV(B) | 137.45º | 0.35% | 0.61% | - |
| XYZ | 20.47 | 27.83 | 21.12 | - |
| YUV | 135.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 117 | 0.35 | 0 | 0.25 | 0.39 | 137.45 | 0.22 | 0.5 |
| Hex | 65 | 9C | 75 | 23 | 0 | 19 | 27 | 89 | 16 | 32 |
| Octal | 145 | 234 | 165 | 43 | 0 | 31 | 47 | 211 | 26 | 62 |
| Binary | 1100101 | 10011100 | 1110101 | 100011 | 0 | 11001 | 100111 | 10001001 | 10110 | 110010 |
Color Harmonies of #659C75
Complementary color
Monochromatic Colors of #659C75
Black with #659C75
Text Example
Text Example
White with #659C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C75; }
p { color: rgb(101,156,117); }
H1.HeaderClassName
{
color: #659C75;
}
.AnyTagClassName
{
color: #659C75;
}
</style>
background-color css
<style>
a { background-color: #659C75; }
a { background-color: rgb(101,156,117); }
div.DivClassName
{
background-color: #659C75;
}
.BgClassName
{
background-color: #659C75;
}
</style>
border-color css
<style>
span { border-color: #659C75; }
span { border-color: rgb(101,156,117); }
td.TdClassName
{
border-color: #659C75;
}
.TagClassName
{
border-color: #659C75;
}
</style>