Shades of Oxley #619175
Tints of Oxley #619175
RGB
CMYK
RGB Variations
Color information
#619175 (or 0x619175) is known color: Oxley. HEX triplet: 61, 91 and 75. RGB value is (97,145,117). Sum of RGB (Red+Green+Blue) = 97+145+117=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #619175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619175 is #9E6E8A. Grayscale: #7F7F7F. Windows color (decimal): -10382987 or 7704929. OLE color: 7704929.
HSL color Cylindrical-coordinate representation of color #619175: hue angle of 145º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619175 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 117 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.43 |
| HSL | 145º | 0.2% | 0.47% | - |
| HSV(B) | 145º | 0.33% | 0.57% | - |
| XYZ | 18.27 | 24.08 | 20.51 | - |
| YUV | 127.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 117 | 0.33 | 0 | 0.19 | 0.43 | 145 | 0.2 | 0.47 |
| Hex | 61 | 91 | 75 | 21 | 0 | 13 | 2B | 91 | 14 | 2F |
| Octal | 141 | 221 | 165 | 41 | 0 | 23 | 53 | 221 | 24 | 57 |
| Binary | 1100001 | 10010001 | 1110101 | 100001 | 0 | 10011 | 101011 | 10010001 | 10100 | 101111 |
Color Harmonies of #619175
Complementary color
Monochromatic Colors of #619175
Black with #619175
Text Example
Text Example
White with #619175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619175; }
p { color: rgb(97,145,117); }
H1.HeaderClassName
{
color: #619175;
}
.AnyTagClassName
{
color: #619175;
}
</style>
background-color css
<style>
a { background-color: #619175; }
a { background-color: rgb(97,145,117); }
div.DivClassName
{
background-color: #619175;
}
.BgClassName
{
background-color: #619175;
}
</style>
border-color css
<style>
span { border-color: #619175; }
span { border-color: rgb(97,145,117); }
td.TdClassName
{
border-color: #619175;
}
.TagClassName
{
border-color: #619175;
}
</style>