Shades of Oxley #619A75
Tints of Oxley #619A75
RGB
CMYK
RGB Variations
Color information
#619A75 (or 0x619A75) is known color: Oxley. HEX triplet: 61, 9A and 75. RGB value is (97,154,117). Sum of RGB (Red+Green+Blue) = 97+154+117=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #619A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A75 is #9E658A. Grayscale: #848484. Windows color (decimal): -10380683 or 7707233. OLE color: 7707233.
HSL color Cylindrical-coordinate representation of color #619A75: hue angle of 141.05º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A75 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 117 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.40 |
| HSL | 141.05º | 0.23% | 0.49% | - |
| HSV(B) | 141.05º | 0.37% | 0.6% | - |
| XYZ | 19.7 | 26.94 | 20.99 | - |
| YUV | 132.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 117 | 0.37 | 0 | 0.24 | 0.40 | 141.05 | 0.23 | 0.49 |
| Hex | 61 | 9A | 75 | 25 | 0 | 18 | 28 | 8D | 17 | 31 |
| Octal | 141 | 232 | 165 | 45 | 0 | 30 | 50 | 215 | 27 | 61 |
| Binary | 1100001 | 10011010 | 1110101 | 100101 | 0 | 11000 | 101000 | 10001101 | 10111 | 110001 |
Color Harmonies of #619A75
Complementary color
Monochromatic Colors of #619A75
Black with #619A75
Text Example
Text Example
White with #619A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A75; }
p { color: rgb(97,154,117); }
H1.HeaderClassName
{
color: #619A75;
}
.AnyTagClassName
{
color: #619A75;
}
</style>
background-color css
<style>
a { background-color: #619A75; }
a { background-color: rgb(97,154,117); }
div.DivClassName
{
background-color: #619A75;
}
.BgClassName
{
background-color: #619A75;
}
</style>
border-color css
<style>
span { border-color: #619A75; }
span { border-color: rgb(97,154,117); }
td.TdClassName
{
border-color: #619A75;
}
.TagClassName
{
border-color: #619A75;
}
</style>