Shades of Oxley #619A76
Tints of Oxley #619A76
RGB
CMYK
RGB Variations
Color information
#619A76 (or 0x619A76) is known color: Oxley. HEX triplet: 61, 9A and 76. RGB value is (97,154,118). Sum of RGB (Red+Green+Blue) = 97+154+118=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #619A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A76 is #9E6589. Grayscale: #848484. Windows color (decimal): -10380682 or 7772769. OLE color: 7772769.
HSL color Cylindrical-coordinate representation of color #619A76: hue angle of 142.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A76 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 118 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.40 |
| HSL | 142.11º | 0.23% | 0.49% | - |
| HSV(B) | 142.11º | 0.37% | 0.6% | - |
| XYZ | 19.76 | 26.96 | 21.3 | - |
| YUV | 132.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 118 | 0.37 | 0 | 0.23 | 0.40 | 142.11 | 0.23 | 0.49 |
| Hex | 61 | 9A | 76 | 25 | 0 | 17 | 28 | 8E | 17 | 31 |
| Octal | 141 | 232 | 166 | 45 | 0 | 27 | 50 | 216 | 27 | 61 |
| Binary | 1100001 | 10011010 | 1110110 | 100101 | 0 | 10111 | 101000 | 10001110 | 10111 | 110001 |
Color Harmonies of #619A76
Complementary color
Monochromatic Colors of #619A76
Black with #619A76
Text Example
Text Example
White with #619A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A76; }
p { color: rgb(97,154,118); }
H1.HeaderClassName
{
color: #619A76;
}
.AnyTagClassName
{
color: #619A76;
}
</style>
background-color css
<style>
a { background-color: #619A76; }
a { background-color: rgb(97,154,118); }
div.DivClassName
{
background-color: #619A76;
}
.BgClassName
{
background-color: #619A76;
}
</style>
border-color css
<style>
span { border-color: #619A76; }
span { border-color: rgb(97,154,118); }
td.TdClassName
{
border-color: #619A76;
}
.TagClassName
{
border-color: #619A76;
}
</style>