Shades of Oxley #619B76
Tints of Oxley #619B76
RGB
CMYK
RGB Variations
Color information
#619B76 (or 0x619B76) is known color: Oxley. HEX triplet: 61, 9B and 76. RGB value is (97,155,118). Sum of RGB (Red+Green+Blue) = 97+155+118=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #619B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619B76 is #9E6489. Grayscale: #858585. Windows color (decimal): -10380426 or 7773025. OLE color: 7773025.
HSL color Cylindrical-coordinate representation of color #619B76: hue angle of 141.72º 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 #619B76 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 118 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.39 |
| HSL | 141.72º | 0.23% | 0.49% | - |
| HSV(B) | 141.72º | 0.37% | 0.61% | - |
| XYZ | 19.92 | 27.29 | 21.36 | - |
| YUV | 133.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 118 | 0.37 | 0 | 0.24 | 0.39 | 141.72 | 0.23 | 0.49 |
| Hex | 61 | 9B | 76 | 25 | 0 | 18 | 27 | 8E | 17 | 31 |
| Octal | 141 | 233 | 166 | 45 | 0 | 30 | 47 | 216 | 27 | 61 |
| Binary | 1100001 | 10011011 | 1110110 | 100101 | 0 | 11000 | 100111 | 10001110 | 10111 | 110001 |
Color Harmonies of #619B76
Complementary color
Monochromatic Colors of #619B76
Black with #619B76
Text Example
Text Example
White with #619B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B76; }
p { color: rgb(97,155,118); }
H1.HeaderClassName
{
color: #619B76;
}
.AnyTagClassName
{
color: #619B76;
}
</style>
background-color css
<style>
a { background-color: #619B76; }
a { background-color: rgb(97,155,118); }
div.DivClassName
{
background-color: #619B76;
}
.BgClassName
{
background-color: #619B76;
}
</style>
border-color css
<style>
span { border-color: #619B76; }
span { border-color: rgb(97,155,118); }
td.TdClassName
{
border-color: #619B76;
}
.TagClassName
{
border-color: #619B76;
}
</style>