Shades of Oxley #619F7B
Tints of Oxley #619F7B
RGB
CMYK
RGB Variations
Color information
#619F7B (or 0x619F7B) is known color: Oxley. HEX triplet: 61, 9F and 7B. RGB value is (97,159,123). Sum of RGB (Red+Green+Blue) = 97+159+123=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #619F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F7B is #9E6084. Grayscale: #888888. Windows color (decimal): -10379397 or 8101729. OLE color: 8101729.
HSL color Cylindrical-coordinate representation of color #619F7B: hue angle of 145.16º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F7B is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 123 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.38 |
| HSL | 145.16º | 0.24% | 0.5% | - |
| HSV(B) | 145.16º | 0.39% | 0.62% | - |
| XYZ | 20.9 | 28.77 | 23.19 | - |
| YUV | 136.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 123 | 0.39 | 0 | 0.23 | 0.38 | 145.16 | 0.24 | 0.5 |
| Hex | 61 | 9F | 7B | 27 | 0 | 17 | 26 | 91 | 18 | 32 |
| Octal | 141 | 237 | 173 | 47 | 0 | 27 | 46 | 221 | 30 | 62 |
| Binary | 1100001 | 10011111 | 1111011 | 100111 | 0 | 10111 | 100110 | 10010001 | 11000 | 110010 |
Color Harmonies of #619F7B
Complementary color
Monochromatic Colors of #619F7B
Black with #619F7B
Text Example
Text Example
White with #619F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F7B; }
p { color: rgb(97,159,123); }
H1.HeaderClassName
{
color: #619F7B;
}
.AnyTagClassName
{
color: #619F7B;
}
</style>
background-color css
<style>
a { background-color: #619F7B; }
a { background-color: rgb(97,159,123); }
div.DivClassName
{
background-color: #619F7B;
}
.BgClassName
{
background-color: #619F7B;
}
</style>
border-color css
<style>
span { border-color: #619F7B; }
span { border-color: rgb(97,159,123); }
td.TdClassName
{
border-color: #619F7B;
}
.TagClassName
{
border-color: #619F7B;
}
</style>