Shades of Oxley #619A6A
Tints of Oxley #619A6A
RGB
CMYK
RGB Variations
Color information
#619A6A (or 0x619A6A) is known color: Oxley. HEX triplet: 61, 9A and 6A. RGB value is (97,154,106). Sum of RGB (Red+Green+Blue) = 97+154+106=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #619A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A6A is #9E6595. Grayscale: #838383. Windows color (decimal): -10380694 or 6986337. OLE color: 6986337.
HSL color Cylindrical-coordinate representation of color #619A6A: hue angle of 129.47º 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 #619A6A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 106 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.40 |
| HSL | 129.47º | 0.23% | 0.49% | - |
| HSV(B) | 129.47º | 0.37% | 0.6% | - |
| XYZ | 19.09 | 26.69 | 17.78 | - |
| YUV | 131.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 106 | 0.37 | 0 | 0.31 | 0.40 | 129.47 | 0.23 | 0.49 |
| Hex | 61 | 9A | 6A | 25 | 0 | 1F | 28 | 81 | 17 | 31 |
| Octal | 141 | 232 | 152 | 45 | 0 | 37 | 50 | 201 | 27 | 61 |
| Binary | 1100001 | 10011010 | 1101010 | 100101 | 0 | 11111 | 101000 | 10000001 | 10111 | 110001 |
Color Harmonies of #619A6A
Complementary color
Monochromatic Colors of #619A6A
Black with #619A6A
Text Example
Text Example
White with #619A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A6A; }
p { color: rgb(97,154,106); }
H1.HeaderClassName
{
color: #619A6A;
}
.AnyTagClassName
{
color: #619A6A;
}
</style>
background-color css
<style>
a { background-color: #619A6A; }
a { background-color: rgb(97,154,106); }
div.DivClassName
{
background-color: #619A6A;
}
.BgClassName
{
background-color: #619A6A;
}
</style>
border-color css
<style>
span { border-color: #619A6A; }
span { border-color: rgb(97,154,106); }
td.TdClassName
{
border-color: #619A6A;
}
.TagClassName
{
border-color: #619A6A;
}
</style>