Shades of Oxley #658C74
Tints of Oxley #658C74
RGB
CMYK
RGB Variations
Color information
#658C74 (or 0x658C74) is known color: Oxley. HEX triplet: 65, 8C and 74. RGB value is (101,140,116). Sum of RGB (Red+Green+Blue) = 101+140+116=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #658C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658C74 is #9A738B. Grayscale: #7D7D7D. Windows color (decimal): -10122124 or 7638117. OLE color: 7638117.
HSL color Cylindrical-coordinate representation of color #658C74: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658C74 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 116 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.45 |
| HSL | 143.08º | 0.16% | 0.47% | - |
| HSV(B) | 143.08º | 0.28% | 0.55% | - |
| XYZ | 17.9 | 22.78 | 19.98 | - |
| YUV | 125.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 116 | 0.28 | 0 | 0.17 | 0.45 | 143.08 | 0.16 | 0.47 |
| Hex | 65 | 8C | 74 | 1C | 0 | 11 | 2D | 8F | 10 | 2F |
| Octal | 145 | 214 | 164 | 34 | 0 | 21 | 55 | 217 | 20 | 57 |
| Binary | 1100101 | 10001100 | 1110100 | 11100 | 0 | 10001 | 101101 | 10001111 | 10000 | 101111 |
Color Harmonies of #658C74
Complementary color
Monochromatic Colors of #658C74
Black with #658C74
Text Example
Text Example
White with #658C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C74; }
p { color: rgb(101,140,116); }
H1.HeaderClassName
{
color: #658C74;
}
.AnyTagClassName
{
color: #658C74;
}
</style>
background-color css
<style>
a { background-color: #658C74; }
a { background-color: rgb(101,140,116); }
div.DivClassName
{
background-color: #658C74;
}
.BgClassName
{
background-color: #658C74;
}
</style>
border-color css
<style>
span { border-color: #658C74; }
span { border-color: rgb(101,140,116); }
td.TdClassName
{
border-color: #658C74;
}
.TagClassName
{
border-color: #658C74;
}
</style>