Shades of Oxley #619E7B
Tints of Oxley #619E7B
RGB
CMYK
RGB Variations
Color information
#619E7B (or 0x619E7B) is known color: Oxley. HEX triplet: 61, 9E and 7B. RGB value is (97,158,123). Sum of RGB (Red+Green+Blue) = 97+158+123=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #619E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E7B is #9E6184. Grayscale: #878787. Windows color (decimal): -10379653 or 8101473. OLE color: 8101473.
HSL color Cylindrical-coordinate representation of color #619E7B: hue angle of 145.57º 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 #619E7B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 123 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.38 |
| HSL | 145.57º | 0.24% | 0.5% | - |
| HSV(B) | 145.57º | 0.39% | 0.62% | - |
| XYZ | 20.73 | 28.43 | 23.13 | - |
| YUV | 135.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 123 | 0.39 | 0 | 0.22 | 0.38 | 145.57 | 0.24 | 0.5 |
| Hex | 61 | 9E | 7B | 27 | 0 | 16 | 26 | 92 | 18 | 32 |
| Octal | 141 | 236 | 173 | 47 | 0 | 26 | 46 | 222 | 30 | 62 |
| Binary | 1100001 | 10011110 | 1111011 | 100111 | 0 | 10110 | 100110 | 10010010 | 11000 | 110010 |
Color Harmonies of #619E7B
Complementary color
Monochromatic Colors of #619E7B
Black with #619E7B
Text Example
Text Example
White with #619E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E7B; }
p { color: rgb(97,158,123); }
H1.HeaderClassName
{
color: #619E7B;
}
.AnyTagClassName
{
color: #619E7B;
}
</style>
background-color css
<style>
a { background-color: #619E7B; }
a { background-color: rgb(97,158,123); }
div.DivClassName
{
background-color: #619E7B;
}
.BgClassName
{
background-color: #619E7B;
}
</style>
border-color css
<style>
span { border-color: #619E7B; }
span { border-color: rgb(97,158,123); }
td.TdClassName
{
border-color: #619E7B;
}
.TagClassName
{
border-color: #619E7B;
}
</style>