Shades of Oxley #619A6C
Tints of Oxley #619A6C
RGB
CMYK
RGB Variations
Color information
#619A6C (or 0x619A6C) is known color: Oxley. HEX triplet: 61, 9A and 6C. RGB value is (97,154,108). Sum of RGB (Red+Green+Blue) = 97+154+108=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #619A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A6C is #9E6593. Grayscale: #838383. Windows color (decimal): -10380692 or 7117409. OLE color: 7117409.
HSL color Cylindrical-coordinate representation of color #619A6C: hue angle of 131.58º 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 #619A6C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 108 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.40 |
| HSL | 131.58º | 0.23% | 0.49% | - |
| HSV(B) | 131.58º | 0.37% | 0.6% | - |
| XYZ | 19.19 | 26.74 | 18.34 | - |
| YUV | 131.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 108 | 0.37 | 0 | 0.30 | 0.40 | 131.58 | 0.23 | 0.49 |
| Hex | 61 | 9A | 6C | 25 | 0 | 1E | 28 | 84 | 17 | 31 |
| Octal | 141 | 232 | 154 | 45 | 0 | 36 | 50 | 204 | 27 | 61 |
| Binary | 1100001 | 10011010 | 1101100 | 100101 | 0 | 11110 | 101000 | 10000100 | 10111 | 110001 |
Color Harmonies of #619A6C
Complementary color
Monochromatic Colors of #619A6C
Black with #619A6C
Text Example
Text Example
White with #619A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A6C; }
p { color: rgb(97,154,108); }
H1.HeaderClassName
{
color: #619A6C;
}
.AnyTagClassName
{
color: #619A6C;
}
</style>
background-color css
<style>
a { background-color: #619A6C; }
a { background-color: rgb(97,154,108); }
div.DivClassName
{
background-color: #619A6C;
}
.BgClassName
{
background-color: #619A6C;
}
</style>
border-color css
<style>
span { border-color: #619A6C; }
span { border-color: rgb(97,154,108); }
td.TdClassName
{
border-color: #619A6C;
}
.TagClassName
{
border-color: #619A6C;
}
</style>