Shades of Oxley #659C6C
Tints of Oxley #659C6C
RGB
CMYK
RGB Variations
Color information
#659C6C (or 0x659C6C) is known color: Oxley. HEX triplet: 65, 9C and 6C. RGB value is (101,156,108). Sum of RGB (Red+Green+Blue) = 101+156+108=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #659C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C6C is #9A6393. Grayscale: #868686. Windows color (decimal): -10118036 or 7117925. OLE color: 7117925.
HSL color Cylindrical-coordinate representation of color #659C6C: hue angle of 127.64º 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 #659C6C is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 108 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.39 |
| HSL | 127.64º | 0.22% | 0.5% | - |
| HSV(B) | 127.64º | 0.35% | 0.61% | - |
| XYZ | 19.96 | 27.63 | 18.47 | - |
| YUV | 134.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 108 | 0.35 | 0 | 0.31 | 0.39 | 127.64 | 0.22 | 0.5 |
| Hex | 65 | 9C | 6C | 23 | 0 | 1F | 27 | 80 | 16 | 32 |
| Octal | 145 | 234 | 154 | 43 | 0 | 37 | 47 | 200 | 26 | 62 |
| Binary | 1100101 | 10011100 | 1101100 | 100011 | 0 | 11111 | 100111 | 10000000 | 10110 | 110010 |
Color Harmonies of #659C6C
Complementary color
Monochromatic Colors of #659C6C
Black with #659C6C
Text Example
Text Example
White with #659C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C6C; }
p { color: rgb(101,156,108); }
H1.HeaderClassName
{
color: #659C6C;
}
.AnyTagClassName
{
color: #659C6C;
}
</style>
background-color css
<style>
a { background-color: #659C6C; }
a { background-color: rgb(101,156,108); }
div.DivClassName
{
background-color: #659C6C;
}
.BgClassName
{
background-color: #659C6C;
}
</style>
border-color css
<style>
span { border-color: #659C6C; }
span { border-color: rgb(101,156,108); }
td.TdClassName
{
border-color: #659C6C;
}
.TagClassName
{
border-color: #659C6C;
}
</style>