Shades of Oxley #659A74
Tints of Oxley #659A74
RGB
CMYK
RGB Variations
Color information
#659A74 (or 0x659A74) is known color: Oxley. HEX triplet: 65, 9A and 74. RGB value is (101,154,116). Sum of RGB (Red+Green+Blue) = 101+154+116=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #659A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A74 is #9A658B. Grayscale: #858585. Windows color (decimal): -10118540 or 7641701. OLE color: 7641701.
HSL color Cylindrical-coordinate representation of color #659A74: hue angle of 136.98º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A74 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 154 | 116 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.40 |
| HSL | 136.98º | 0.21% | 0.5% | - |
| HSV(B) | 136.98º | 0.34% | 0.6% | - |
| XYZ | 20.07 | 27.14 | 20.7 | - |
| YUV | 133.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 116 | 0.34 | 0 | 0.25 | 0.40 | 136.98 | 0.21 | 0.5 |
| Hex | 65 | 9A | 74 | 22 | 0 | 19 | 28 | 89 | 15 | 32 |
| Octal | 145 | 232 | 164 | 42 | 0 | 31 | 50 | 211 | 25 | 62 |
| Binary | 1100101 | 10011010 | 1110100 | 100010 | 0 | 11001 | 101000 | 10001001 | 10101 | 110010 |
Color Harmonies of #659A74
Complementary color
Monochromatic Colors of #659A74
Black with #659A74
Text Example
Text Example
White with #659A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659A74; }
p { color: rgb(101,154,116); }
H1.HeaderClassName
{
color: #659A74;
}
.AnyTagClassName
{
color: #659A74;
}
</style>
background-color css
<style>
a { background-color: #659A74; }
a { background-color: rgb(101,154,116); }
div.DivClassName
{
background-color: #659A74;
}
.BgClassName
{
background-color: #659A74;
}
</style>
border-color css
<style>
span { border-color: #659A74; }
span { border-color: rgb(101,154,116); }
td.TdClassName
{
border-color: #659A74;
}
.TagClassName
{
border-color: #659A74;
}
</style>