Shades of Oxley #619B79
Tints of Oxley #619B79
RGB
CMYK
RGB Variations
Color information
#619B79 (or 0x619B79) is known color: Oxley. HEX triplet: 61, 9B and 79. RGB value is (97,155,121). Sum of RGB (Red+Green+Blue) = 97+155+121=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #619B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619B79 is #9E6486. Grayscale: #858585. Windows color (decimal): -10380423 or 7969633. OLE color: 7969633.
HSL color Cylindrical-coordinate representation of color #619B79: hue angle of 144.83º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B79 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 121 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.39 |
| HSL | 144.83º | 0.23% | 0.49% | - |
| HSV(B) | 144.83º | 0.37% | 0.61% | - |
| XYZ | 20.1 | 27.36 | 22.31 | - |
| YUV | 133.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 121 | 0.37 | 0 | 0.22 | 0.39 | 144.83 | 0.23 | 0.49 |
| Hex | 61 | 9B | 79 | 25 | 0 | 16 | 27 | 91 | 17 | 31 |
| Octal | 141 | 233 | 171 | 45 | 0 | 26 | 47 | 221 | 27 | 61 |
| Binary | 1100001 | 10011011 | 1111001 | 100101 | 0 | 10110 | 100111 | 10010001 | 10111 | 110001 |
Color Harmonies of #619B79
Complementary color
Monochromatic Colors of #619B79
Black with #619B79
Text Example
Text Example
White with #619B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B79; }
p { color: rgb(97,155,121); }
H1.HeaderClassName
{
color: #619B79;
}
.AnyTagClassName
{
color: #619B79;
}
</style>
background-color css
<style>
a { background-color: #619B79; }
a { background-color: rgb(97,155,121); }
div.DivClassName
{
background-color: #619B79;
}
.BgClassName
{
background-color: #619B79;
}
</style>
border-color css
<style>
span { border-color: #619B79; }
span { border-color: rgb(97,155,121); }
td.TdClassName
{
border-color: #619B79;
}
.TagClassName
{
border-color: #619B79;
}
</style>