Shades of Oxley #659C74
Tints of Oxley #659C74
RGB
CMYK
RGB Variations
Color information
#659C74 (or 0x659C74) is known color: Oxley. HEX triplet: 65, 9C and 74. RGB value is (101,156,116). Sum of RGB (Red+Green+Blue) = 101+156+116=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #659C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C74 is #9A638B. Grayscale: #878787. Windows color (decimal): -10118028 or 7642213. OLE color: 7642213.
HSL color Cylindrical-coordinate representation of color #659C74: hue angle of 136.36º 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 #659C74 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 116 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.39 |
| HSL | 136.36º | 0.22% | 0.5% | - |
| HSV(B) | 136.36º | 0.35% | 0.61% | - |
| XYZ | 20.41 | 27.8 | 20.81 | - |
| YUV | 135 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 116 | 0.35 | 0 | 0.26 | 0.39 | 136.36 | 0.22 | 0.5 |
| Hex | 65 | 9C | 74 | 23 | 0 | 1A | 27 | 88 | 16 | 32 |
| Octal | 145 | 234 | 164 | 43 | 0 | 32 | 47 | 210 | 26 | 62 |
| Binary | 1100101 | 10011100 | 1110100 | 100011 | 0 | 11010 | 100111 | 10001000 | 10110 | 110010 |
Color Harmonies of #659C74
Complementary color
Monochromatic Colors of #659C74
Black with #659C74
Text Example
Text Example
White with #659C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C74; }
p { color: rgb(101,156,116); }
H1.HeaderClassName
{
color: #659C74;
}
.AnyTagClassName
{
color: #659C74;
}
</style>
background-color css
<style>
a { background-color: #659C74; }
a { background-color: rgb(101,156,116); }
div.DivClassName
{
background-color: #659C74;
}
.BgClassName
{
background-color: #659C74;
}
</style>
border-color css
<style>
span { border-color: #659C74; }
span { border-color: rgb(101,156,116); }
td.TdClassName
{
border-color: #659C74;
}
.TagClassName
{
border-color: #659C74;
}
</style>