Shades of Oxley #618F6E
Tints of Oxley #618F6E
RGB
CMYK
RGB Variations
Color information
#618F6E (or 0x618F6E) is known color: Oxley. HEX triplet: 61, 8F and 6E. RGB value is (97,143,110). Sum of RGB (Red+Green+Blue) = 97+143+110=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #618F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618F6E is #9E7091. Grayscale: #7D7D7D. Windows color (decimal): -10383506 or 7245665. OLE color: 7245665.
HSL color Cylindrical-coordinate representation of color #618F6E: hue angle of 136.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618F6E is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 143 | 110 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.44 |
| HSL | 136.96º | 0.19% | 0.47% | - |
| HSV(B) | 136.96º | 0.32% | 0.56% | - |
| XYZ | 17.57 | 23.31 | 18.33 | - |
| YUV | 125.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 110 | 0.32 | 0 | 0.23 | 0.44 | 136.96 | 0.19 | 0.47 |
| Hex | 61 | 8F | 6E | 20 | 0 | 17 | 2C | 89 | 13 | 2F |
| Octal | 141 | 217 | 156 | 40 | 0 | 27 | 54 | 211 | 23 | 57 |
| Binary | 1100001 | 10001111 | 1101110 | 100000 | 0 | 10111 | 101100 | 10001001 | 10011 | 101111 |
Color Harmonies of #618F6E
Complementary color
Monochromatic Colors of #618F6E
Black with #618F6E
Text Example
Text Example
White with #618F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618F6E; }
p { color: rgb(97,143,110); }
H1.HeaderClassName
{
color: #618F6E;
}
.AnyTagClassName
{
color: #618F6E;
}
</style>
background-color css
<style>
a { background-color: #618F6E; }
a { background-color: rgb(97,143,110); }
div.DivClassName
{
background-color: #618F6E;
}
.BgClassName
{
background-color: #618F6E;
}
</style>
border-color css
<style>
span { border-color: #618F6E; }
span { border-color: rgb(97,143,110); }
td.TdClassName
{
border-color: #618F6E;
}
.TagClassName
{
border-color: #618F6E;
}
</style>